Skip to content

Form onChange callback #3679

Closed Answered by simonguo
StefjJHK asked this question in Q&A
Discussion options

You must be logged in to vote

Form cannot track changes in the value of Input. You need to change Input to Form.Control.

<FormGroup className={className} >
  <FormControlLabel>{label}</FormControlLabel>
  <Form.Control accepter={Input}  />
</FormGroup>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by StefjJHK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants