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 @@
// Display the dropdown once it has been positioned.
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";
setTimeout(function () {
......@@ -1734,7 +1734,7 @@
//Check model array of all items available
if (!checkFnMultiple(data, inputValue[k])) {
//If not found on previous lists, just add it directly to resultMultiple
//选择的值如果在列表没有不添加
//选择的值如果在列表没有不添加
//resultMultiple.push(inputValue[k]);
}
}
......
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