ElementUI BUG笔记——el-input 问题:for下使用el-input,发现最后一个输入不了。 解决办法:使用原生input替代,并在原生input上套上el-input的class。 希望帮到其他小伙伴~