-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Is it possible to add id and ref attributes to the generated hidden input? #604
Comments
I'd also find such a feature very useful. Without being able to define a ref for the text input field, it's not possible to invoke its focus() method as there's no way to reference the element |
+1, I want to focus the hidden input |
bump |
@JedWatson This appears to be a problem with the jsx-a11y/label-has-for rule for What can be done to help fix this? The below issue is what I'm experiencing. https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/51 |
+1 |
I second the issue mentioned by @Petesta. |
Version 1 of react-select is no longer supported. In the best interest of the community we've decided to spend the time we have available on the latest version. We apologise for any inconvenience. Please see: |
Is it possible to add id and ref attributes to the generated hidden input? So far I haven't found a way to add attributes to the hidden input.
The text was updated successfully, but these errors were encountered: