求助各位!!!!!!!!!!!!!!!!!!!!!!?!?!??!!
在el-select控件里面加上filterable属性。
el-select 无法唤起 ios 键盘_sowhat_WLQ的博客-CSDN博客 究其原因就是因为ios的延时机制,导致键盘还未唤起,就关闭键盘了。<el-select ref='select' @hook:mounted="closeReadOnly" @visible-change="closeReadOnly"></el-select>js:closeReadOnly(val) { this.$nextTick(() => { if (!val) { const input = this.$re. https://blog.csdn.net/weixin_42034412/article/details/114693642