Replies: 1 comment 1 reply
-
Can I mark it as obsolete once? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be better if AutoComplete, Listbox, Combobox and Select would only get their options specified through the
Items
parameter (IEnumerable<TOption>
).By having the option of people specifying the items in the list manually (with
FluentOption
components) a disconnect exists between what the DOM knows about a list component and what Blazor knows about the list component. I think that is not desirable as, for example, things like keyboard selection of manually added items is impossible to do.Before we decide to make such a (breaking) change, I would like to learn more from you.
Beta Was this translation helpful? Give feedback.
All reactions