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
Is your feature request related to a problem? Please describe.
I want to use the HTML disabled property for the native select rendered by FormSelect.
Describe the solution you'd like
I would like to have a property similar to inputProps found at the FormInput. This would allow me to pass down all the properties I need to the native select element.
Describe alternatives you've considered
We could do a querySelector to obtain the HTML reference but I would be React-friendly.
Additional context
A suggestion would be to add "selectProps" property to the FormSelect component.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to use the HTML disabled property for the native select rendered by FormSelect.
Describe the solution you'd like
I would like to have a property similar to inputProps found at the FormInput. This would allow me to pass down all the properties I need to the native select element.
Describe alternatives you've considered
We could do a querySelector to obtain the HTML reference but I would be React-friendly.
Additional context
A suggestion would be to add "selectProps" property to the FormSelect component.
The text was updated successfully, but these errors were encountered: