Open
Description
🙋 Feature Request
The FluentCombobox
only allows you to define a pre-existing list of items. This limits the usability of this component a lot. It would be great if this component would also allow a custom item provider like FluentAutocomplete
.
If both components would offer this feature it would be much easier to bind to a single object. If you rely on a custom item provider this currently only possible with the FluentAutocomplete
which requires some hacky tricks to achieve this behaviour.