yelog / layui-select-multiple

为 layui 扩展的 下拉多选select
http://yelog.org/layui-select-multiple/
172 stars 144 forks source link

Laytpl Error:TypeError: Cannot read property 'label' of undefined #13

Open suzaichuan opened 5 years ago

suzaichuan commented 5 years ago

替换 form.js 后出现“Laytpl Error:TypeError: Cannot read property 'label' of undefined” 错误。 替换回源码 ok。影响了laytpl。

yelog commented 5 years ago

你使用的 layui 版本是多少

suzaichuan commented 5 years ago

版本是 2.4.5; 经过跟踪调试,发现是数组的特性被改了导致的。for (i in arrary); 额外多二次循环,indexofElem 和 removeElem。 而且 下拉选项会多两个undefined 选项。只限于使用数组循环出现。