Rob-Newman / blzr.bootstrap-select

A JavaScript free Blazor component for creating bootstrap select elements.
https://rob-newman.github.io/blzr.bootstrap-select/
MIT License
17 stars 3 forks source link

Question: Customize dropdown text selection #129

Open abbottmw opened 10 months ago

abbottmw commented 10 months ago

Would it be possible to make the dropdown text of the selected values customizable? Like if I wanted to use bootstrap's rounded pills.

Similar to how the Choices js library looks.

Rob-Newman commented 3 months ago

Hi. Thanks for the question and sorry for the delay in responding.

Is this related to the styling of the selected items? So displaying the selected items in a pill/badge format rather than just static text?

Something like:

image

abbottmw commented 3 months ago

Yes sir