loresoft / LoreSoft.Blazor.Controls

Blazor Controls
https://blazor.loresoft.com/
MIT License
119 stars 24 forks source link

Feature Request for Typeahead: Select should not close select field at multi select #102

Open DDDenisSobek opened 3 years ago

DDDenisSobek commented 3 years ago

Hey, i have a feature request for typeahead. Situation: User has to select multi items all at once. Problem: User has to click again on typeahead for select more than one item. Reqeust: Typeahead should not close selection at multiselect after click on item. Is this possible? grafik grafik grafik

dustintran333 commented 2 years ago

Same request. It's actually quite a simple feature so I went ahead with a PR: https://github.com/loresoft/LoreSoft.Blazor.Controls/pull/129

@pwelter34 Could you review it please?