final-form-material-ui icon indicating copy to clipboard operation
final-form-material-ui copied to clipboard

How to use onChange

Open pixelsucht opened this issue 5 years ago • 2 comments

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!

pixelsucht avatar Mar 10 '19 08:03 pixelsucht

i have the same problem, anyone can help please

jedgarf avatar Apr 12 '21 04:04 jedgarf

i have the same problem, anyone can help please

@jedgarf This project isn't maintained, but mui-rff is.

lookfirst avatar Apr 12 '21 17:04 lookfirst