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
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.
The text was updated successfully, but these errors were encountered:
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
andname
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
andonFocus
events when appropriate.The text was updated successfully, but these errors were encountered: