element
element copied to clipboard
select组件的filterable属性在剪切板复制的情况下不生效
当用户点击了select组件,下拉展开之后,用户ctrl+v内容到select的输入框中时没有触发option过滤
检查一下有没有定义filter-method方法,filterable要搭配filter-method一起使用。