score:2

Accepted answer

you may need to define a name property on the input

   <form.input
       fluid
       name="name"
       label='name'
       value={this.state.name}
       onchange={this.handlechange}
       width={6} />

hope this helps


Related Query

More Query from same tag