view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

Select 开启多选&远程搜索后 粘贴内容显示不全 #1031

Open mashaobo001 opened 2 years ago

mashaobo001 commented 2 years ago

Environment Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36

Reproduction link https://iviewui.com/components/select#YCSSMRZ

Steps to reproduce Select开启远程搜索&多选,首先选中任意一个item,然后复制新的keyword并粘贴

What is expected? 粘贴内容可以完整显示

What is actually happening? 只显示了前两个字符


resetInputState () { this.inputLength = this.$refs.input.value.length * 12 20; this.$emit('on-keydown'); }, 当筛选内容是粘贴进入时,此方法无法获取正确的inputLength,导致input的width还是20px