-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Autocomplete: The selected value is not displayed. #4701
Comments
Good to know that's I'm not the only one experiencing this! |
Same issue. |
Hello @realLiangshiwei
You do not need to set both properties. Basically when having both SelectedValue and SelectedText Autocomplete has to do work to try and figure out how it should sync, i.e value has been changed, it needs to sync text, and vice-versa. By setting only one one of the properties Autocomplete knows how/what to sync. This should at least get you going. I will investigate nonetheless, the problem with setting both properties simultaneously if they are the same item. |
Describe the bug
When the selected value has a value, the component will not display the selected value.
A clear and concise description of what the bug is.
To Reproduce
Version: 1.2.0
Expected behavior
The value should be displayed.
The text was updated successfully, but these errors were encountered: