final-form-material-ui
final-form-material-ui copied to clipboard
How to use onChange
Hello, i try to use an onChange Event:
<Field fullWidth id="title" component={TextField} name="title" onChange={(e) => onTitleChange(e)} placeholder="Title" label="Titel" />
But the event is not fired.
I also tried:
<Field fullWidth id="title" component={TextField} name="title" inputProps={{onChange: console.log('test')}} placeholder="Title" label="Titel" />
Any help?
Thank you very much!
i have the same problem, anyone can help please
i have the same problem, anyone can help please
@jedgarf This project isn't maintained, but mui-rff is.