Closed tomkuijsten closed 1 year ago
We're not porting anything. We have wrappers for the Fluent UI Web Components. In vNext we will offer new components as well.
I think for the current version you are looking for the FluentSelect component
Ah thanks! I did look at the select of course, but what I was missing is a multi select DropDown, can't me mimiced by the select I guess? The multi select in the examples will show the full list instead of a DropDown, or am I missing a setting?
No, you are correct there. Multiselect is only possible with a listbox
I wanted to add a "select columns" DropDown in a toolbar above a datagrid. Any control which can mimic this behaviour, or should a write a wrapper around the official DropDown component?
At the moment we don't have any component for that, no. What do you mean with 'official'? The React component?
I think you should be able to do it in a way as done with the MenuButton from the Lab: https://www.fluentui-blazor.net/Lab/MenuButton but instead of a menu use a multi select listbox
Closing this as no further action needs to be taken
Am I missing something or is the DropDown controle not ported yet?