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
Currently it's impossible to customize the text input that the component wraps. Customizing the text input would allow users to change the type attribute or set the input's id (currently you can't add an id the the react-selectize component and therefore you can't focus the component when a label is clicked). I can think of two ways how the text input could be customized:
Add some parameter object like inputOptions which would be passed to the React input element.
Add a input rendering function parameter.
Adding a way to customize the input would solve at least #79, #110#118.
The text was updated successfully, but these errors were encountered:
olzraiti
changed the title
Add a way to customize the input
Add a way to customize the text input
Dec 7, 2016
Currently it's impossible to customize the text input that the component wraps. Customizing the text input would allow users to change the
type
attribute or set the input'sid
(currently you can't add anid
the the react-selectize component and therefore you can't focus the component when a label is clicked). I can think of two ways how the text input could be customized:inputOptions
which would be passed to the React input element.Adding a way to customize the input would solve at least #79, #110 #118.
The text was updated successfully, but these errors were encountered: