May 2018
Intermediate to advanced
470 pages
13h 54m
English
The clue text will be added to a multiline TextField component.
mern-vrgame/client/game/GameForm.js:
<TextField id="multiline-flexible" label="Clue Text" multiline rows="2" value={this.state.game.clue} onChange={this.handleChange('clue')}/>
Read now
Unlock full access