-
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Jan 29, 2024
Replies: 1 comment 3 replies
-
You need to add a FluentOption to the select with an empty value (and perhaps a text like 'select a category') |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No that is not enough because there needs to be a corresponding item in the list (it is a 'bound' property). You need to add an element to your CategoryTypeVm so it will render a FluentOption where the value = null and the Text is somthing you can come up with.