mirror of https://github.com/layui/layui
chore: Fixed an error
parent
c3f3ec8612
commit
5221ee5377
File diff suppressed because one or more lines are too long
|
@ -1221,7 +1221,7 @@
|
||||||
,elem = that.bindElem || options.elem[0];
|
,elem = that.bindElem || options.elem[0];
|
||||||
|
|
||||||
//静态展现则不作默认赋值
|
//静态展现则不作默认赋值
|
||||||
if(options.position === 'static') return;
|
if(options.position === 'static') return this;
|
||||||
|
|
||||||
value = value || '';
|
value = value || '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue