Answer the question
In order to leave comments, you need to log in
Is it possible to hang an event on onSelect for a checkbox?
<Input type="checkbox"
onSelect={ ()=> this.setState({ eng_oneoff_eldwelc: 1 })}
readOnly />
Answer the question
In order to leave comments, you need to log in
There is no such event here and does not work. And you can manage the state through the click handler https://facebook.github.io/jest/docs/tutorial-reac...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question