CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MultiSelection Autocomplete #236

Closed Hobbs1210 closed 1 year ago

Hobbs1210 commented 1 year ago

Any timeline on when the Autocomplete extension described in this MudBlazor PR will be added to this extension library ?

mckaragoz commented 1 year ago

Actually, its hard to add multiselection to autocomplete because it needs nearly complete redesign.

Instead of this, now the extension package has MudComboBox. The newest design that unites select and autocomplete features. If you need a feature, we can move with combobox.

Hobbs1210 commented 1 year ago

Actually, its hard to add multiselection to autocomplete because it needs nearly complete redesign.

Instead of this, now the extension package has MudComboBox. The newest design that unites select and autocomplete features. If you need a feature, we can move with combobox.

Thank you!! I will move forward with ComboBox

Hobbs1210 commented 1 year ago

close

pkuehnel commented 8 months ago

Where can I find MudComboBox? I googled for it, but no results.

Just found it Nuget Package and CodeExamples