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

Intialize defaults to null rather than false #106

Merged
merged 1 commit into from
Mar 25, 2016

Conversation

Robdel12
Copy link
Collaborator

If you have attributes like multiple or disabled set on a <select>
at all it will think it's true. Even if you set disabled="false" it
will still disable selects.

By intializing the defaults to null it won't apply the attribute to the select

If you have attributes like `multiple` or `disabled` set on a `<select>`
at all it will think it's true. Even if you set `disabled="false"` it
will still disable selects.

By intializing the defaults to null it won't apply the attribute to the select
@fivetanley
Copy link
Contributor

giphy-18

@Robdel12 Robdel12 merged commit 3e11153 into master Mar 25, 2016
@Robdel12 Robdel12 deleted the initial-fastboot-support branch April 5, 2016 18:54
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

Successfully merging this pull request may close these issues.

2 participants