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

Add a way to customize the text input #124

Open
olzraiti opened this issue Dec 7, 2016 · 1 comment
Open

Add a way to customize the text input #124

olzraiti opened this issue Dec 7, 2016 · 1 comment

Comments

@olzraiti
Copy link

olzraiti commented 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'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:

  1. Add some parameter object like inputOptions which would be passed to the React input element.
  2. Add a input rendering function parameter.

Adding a way to customize the input would solve at least #79, #110 #118.

@olzraiti olzraiti changed the title Add a way to customize the input Add a way to customize the text input Dec 7, 2016
@green2k
Copy link

green2k commented Sep 15, 2017

Yeah, it would be also perfect if we're able to set the readOnly property!

#172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants