mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
chore(select): 优化搜索面板打开逻辑 (#1498)
This commit is contained in:
@@ -562,6 +562,8 @@ layui.define(['lay', 'layer', 'util'], function(exports){
|
||||
e.preventDefault();
|
||||
dl.children('dd.'+THIS).trigger('click');
|
||||
}
|
||||
}).on('paste', function(){
|
||||
showDown();
|
||||
});
|
||||
|
||||
// 检测值是否不属于 select 项
|
||||
|
||||
Reference in New Issue
Block a user