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

Select Disabled bug #53

Open
zhukejin opened this issue Jun 3, 2016 · 1 comment
Open

Select Disabled bug #53

zhukejin opened this issue Jun 3, 2016 · 1 comment

Comments

@zhukejin
Copy link

zhukejin commented Jun 3, 2016

选择器中的Disabled Option 实际上是可以选的,这个应该是bug。

@6174
Copy link
Contributor

6174 commented Jun 6, 2016

这个问题应该是修复了的,

    click: function() {
        if (this.get('disabled')) {
            return;
        }
        var parent = this.get('parent');
        parent.send('onSelect', this);
    }

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

No branches or pull requests

2 participants