Commit 3074ae6b authored by bingchuan's avatar bingchuan

[dev]version 0.19.3_fix 修复禁用还能单击

parent 5381b816
......@@ -1055,8 +1055,10 @@
$select.focusserId = 'focusser-' + $select.generatedId;
$select.openWin=function(e){
e.stopPropagation();
$select.open=true;
if(!$select.disabled){
e.stopPropagation();
$select.open=true;
}
};
$select.closeOnSelect = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment