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

Rename of inputs props #4826

Closed
EmrysMyrddin opened this issue Jul 25, 2016 · 1 comment
Closed

Rename of inputs props #4826

EmrysMyrddin opened this issue Jul 25, 2016 · 1 comment
Labels
support: question Community support but can be turned into an improvement

Comments

@EmrysMyrddin
Copy link

Each input component has it own prop name for his value and his change event. It would be far more better to have all input component having at least a value, onChange and name props according to native inputs.

This is for allowing the use of enhancers like redux-form that rely on inputs props to do his magic.

It should also be good to have onBlur and onFocus events when appropriate.

@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@oliviertassinari
Copy link
Member

Those properties are available, we simply don't document native properties that are available on a <input />.

@oliviertassinari oliviertassinari added the support: question Community support but can be turned into an improvement label Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support: question Community support but can be turned into an improvement
Projects
None yet
Development

No branches or pull requests

2 participants