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
Vben Admin V5
如果在form中使用了开启了筛选功能的select组件,每次输入文字来筛选时,select的值都自动变为当前的搜索文字。 相似的ISSUE:#5090
在文件apps\web-ele\src\views\demos\form\basic.vue第142行添加filterable: true, 测试:在表单测试页面的Select中随意搜索,点击提交,查看select的值
apps\web-ele\src\views\demos\form\basic.vue
filterable: true,
System: OS: Windows 11 10.0.26100 CPU: (8) x64 Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz Memory: 10.40 GB / 31.76 GB Binaries: Node: 20.17.0 - ~\app\nodejs\node.EXE Yarn: 1.22.22 - ~\app\nodejs\yarn.CMD npm: 10.8.2 - ~\app\nodejs\npm.CMD pnpm: 9.12.3 - ~\app\nodejs\pnpm.CMD Browsers: Edge: Chromium (130.0.2849.56) Internet Explorer: 11.0.26100.1882
No response
The text was updated successfully, but these errors were encountered:
disabledOnInputListener
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
如果在form中使用了开启了筛选功能的select组件,每次输入文字来筛选时,select的值都自动变为当前的搜索文字。
相似的ISSUE:#5090
Reproduction
在文件
apps\web-ele\src\views\demos\form\basic.vue
第142行添加filterable: true,
测试:在表单测试页面的Select中随意搜索,点击提交,查看select的值
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: