antd-ember
antd-ember copied to clipboard
Select Disabled bug
选择器中的Disabled Option 实际上是可以选的,这个应该是bug。
这个问题应该是修复了的,
click: function() {
if (this.get('disabled')) {
return;
}
var parent = this.get('parent');
parent.send('onSelect', this);
}