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

Emulating onChange function signature of other material-ui components #483

Closed
rphumulock opened this issue Jun 26, 2018 · 1 comment
Closed

Comments

@rphumulock
Copy link

It would be nice if the onChangeHandler had the the same function definition as other material-ui components ie onChange(evt){
console.log(evt.target.value) // date
}

@dmtrKovalenko
Copy link
Member

dmtrKovalenko commented Jun 26, 2018

Picker is a bit complex’s control. onChange can be fired from a lot of pickers parts. Thus we cannot provide an event of changing date.

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

2 participants