-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[SelectField] autoFocus enabled #3403
Conversation
@@ -20,9 +20,15 @@ function getStyles(props) { | |||
} | |||
|
|||
const SelectField = React.createClass({ | |||
displayName: 'SelectField', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about removing this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Hi @DoubleU23, I've picked up ownership of this PR and have been discussing it with some of the team. Since the long term goal is stateless controlled components, we've agreed that the better way to support this is to add an Do you want to give #3583 adds the needed |
@DoubleU23, @chrismcv has kindly agreed to pick this up in one PR, rather than trying to coordinate the two PRs, so going to close this one. Thanks for your contribution! |
Hi, is this one released yet? I don't seem to see it in 0.17.4 |
see #3402