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

Don't emit autoFocus={false} attribute on the server #11543

Merged
merged 1 commit into from Nov 13, 2017

Conversation

gaearon
Copy link
Collaborator

@gaearon gaearon commented Nov 13, 2017

Seems like I made a mistake in #11192.
Browsers don't treat autofocus="false" as truthy so we should use HAS_BOOLEAN_VALUE here.

Fixes the issue described in #11192 (comment).

Copy link
Contributor

@trueadm trueadm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gaearon gaearon merged commit afc5fab into facebook:master Nov 13, 2017
Ethan-Arrowood pushed a commit to Ethan-Arrowood/react that referenced this pull request Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants