Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use onChange #9

Open
pixelsucht opened this issue Mar 10, 2019 · 2 comments
Open

How to use onChange #9

pixelsucht opened this issue Mar 10, 2019 · 2 comments

Comments

@pixelsucht
Copy link

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!

@jedgarf
Copy link

jedgarf commented Apr 12, 2021

i have the same problem, anyone can help please

@lookfirst
Copy link

i have the same problem, anyone can help please

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants