-
Notifications
You must be signed in to change notification settings - Fork 7.2k
New issue
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
Bug: Invalid prop: type check failed for prop "modelValue" #5090
Comments
Your version? |
More information is needed to infer the problem |
I found warn issue: because i defineModel must return object U can see flow and code below
Expect result: must like Element plust Option filtering
|
This issue occurs in the Select component. I have found that the onInput event in VbenForm seems to be the cause.
However, it is not sufficient when I am integrating it with VbenApiSelect, as the issue happens again. |
@mynetfan when I am integrating it with VbenApiSelect, as the issue happens again. |
Version
Vben Admin V5
Describe the bug?
[ElementPlus ] When I use the Select component, and the binding value of the Select is an object, enabling the filterable property causes the input to always reflect the bound value as the search box value (string value).
Reproduction
1: Code impl
2: Log result after search on select
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: