Commit ecbfec7e authored by bingchuan's avatar bingchuan

[dev]version 0.19.12_fix

parent f73bbd2a
Pipeline #55 failed with stages
...@@ -1485,7 +1485,7 @@ ...@@ -1485,7 +1485,7 @@
// Display the dropdown once it has been positioned. // Display the dropdown once it has been positioned.
dropdown[0].style.opacity = 1; dropdown[0].style.opacity = 1;
if($select.options&&$select.options.static){ if($select.options&&$select.options.static&&$select.options.type==='multi'){
dropdown[0].style.width=dropdown.outerWidth()+"px"; dropdown[0].style.width=dropdown.outerWidth()+"px";
setTimeout(function () { setTimeout(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