We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/s/zml1cc?file=/src/demo.vue
在提供的官方demo实例中,点击select并输入123,点击123选项,然后再点击select
在select内输入123,点击123选项,然后再点击select,不出现常驻的空白选项
在select内输入123,点击123选项,然后再点击select,即可看到常驻的空白选项
The text was updated successfully, but these errors were encountered:
fix(select): 可创建新条目的选择器在输入框中没有值时,依然显示createOption的问题
09b3402
可创建新条目的选择器在输入框中没有值时,依然显示createOption的问题 fix Tencent#482
已在 0.36.0 版本中修复
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
重现链接
https://codesandbox.io/s/zml1cc?file=/src/demo.vue
重现步骤
在提供的官方demo实例中,点击select并输入123,点击123选项,然后再点击select
期望结果
在select内输入123,点击123选项,然后再点击select,不出现常驻的空白选项
实际结果
在select内输入123,点击123选项,然后再点击select,即可看到常驻的空白选项
The text was updated successfully, but these errors were encountered: