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
4.2.6
macOS Monterey 12.7.6,Chrome 131.0.6778.205,vue@3.2
https://www.antdv.com/components/select-cn#components-select-demo-search
能够正常回显 简单的看了一下源码,应该是因为Selector/index.tsx中的compositionStatus判断错误导致的,理解可以在blur的时候重置一下该状态。
无法正确回显已选值的title
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Version
4.2.6
Environment
macOS Monterey 12.7.6,Chrome 131.0.6778.205,vue@3.2
Reproduction link
https://www.antdv.com/components/select-cn#components-select-demo-search
Steps to reproduce
复现步骤
复现GIF
What is expected?
能够正常回显
简单的看了一下源码,应该是因为Selector/index.tsx中的compositionStatus判断错误导致的,理解可以在blur的时候重置一下该状态。
What is actually happening?
无法正确回显已选值的title
The text was updated successfully, but these errors were encountered: