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

[DatePicker] Inconsistent event implementation #6439

Closed
jletria opened this issue Mar 26, 2017 · 3 comments
Closed

[DatePicker] Inconsistent event implementation #6439

jletria opened this issue Mar 26, 2017 · 3 comments
Labels
component: date picker This is the name of the generic UI component, not the React module!

Comments

@jletria
Copy link

jletria commented Mar 26, 2017

DatePicker doesn't behave like similar input fields.

TextField:
10

DatePicker:
20

It should present a consistent behavior. DatePicker onChange should fire a change event targeting the DatePicker object.

Versions

Material-UI: 0.17.0

@oliviertassinari oliviertassinari added the component: date picker This is the name of the generic UI component, not the React module! label Mar 26, 2017
@oliviertassinari
Copy link
Member

That issue reminds me #2957. Any idea who we could implement what you are suggesting?

@ukiyakimura
Copy link

i need to create 2 onChange function to cover up my two datepicker in a form. because i can't got the event targeting object. i think event parameter shouldn't be null.

@oliviertassinari
Copy link
Member

Closing for #4787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: date picker This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

3 participants