mirror of https://github.com/layui/layui
细调 form 中的注释描述
parent
90e4c215e5
commit
ae2f94c6d1
|
@ -252,7 +252,7 @@ layui.define(['lay', 'layer', 'util'], function(exports){
|
||||||
elem.val('').focus();
|
elem.val('').focus();
|
||||||
showAffix($(this).parent(), null);
|
showAffix($(this).parent(), null);
|
||||||
},
|
},
|
||||||
show: 'auto', // 根据输入框值是否来显示或隐藏点缀图标
|
show: 'auto', // 根据输入框值是否存在来显示或隐藏点缀图标
|
||||||
disabled: disabled // 跟随输入框禁用状态
|
disabled: disabled // 跟随输入框禁用状态
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue