You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: