-
Hello All, I have been assigning value to FluentCombobox using selectedoption property and set multiple =false. However multiple options are selected whenever I assign value to the control, this means that old values are still being selected along with new value whenever new value is assigned. Is it possible to clear the previously selected options somehow ? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
SreeniC
Feb 22, 2023
Replies: 1 comment
-
This has been fixed by setting @bind-Value property to the text property of data model and enable OptionSelected property for the control in razor page. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SreeniC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been fixed by setting @bind-Value property to the text property of data model and enable OptionSelected property for the control in razor page.