Skip to content

Support disabled attribute on select options #861

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

Merged
merged 1 commit into from
May 23, 2015

Conversation

frolic
Copy link

@frolic frolic commented May 22, 2015

This PR adds support for an optional disabled setting in an options array for dynamic <select> elements.

Local tests ran fine, but Saucelabs choked so I wasn't able to test full browser compatibility. I'm worried that the disabled="" test isn't going to be consistent across browsers.

@yyx990803
Copy link
Member

disabled="" works fine across browsers, it's actually the value: null that makes the test fail in some browsers. I'll merge this and add the compatibility fix, thanks!

yyx990803 added a commit that referenced this pull request May 23, 2015
Support `disabled` attribute on select options
@yyx990803 yyx990803 merged commit 8a351e7 into vuejs:dev May 23, 2015
@frolic frolic deleted the disabled-options branch May 23, 2015 18:44
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