-
I'm trying to get the layout from https://developer.snapappointments.com/bootstrap-select/examples/ for the multiple select, is there any possibility to add it for the future? I am loading the js and css of this bootstrap-select, I am calling IJSRuntime to start the js but I think blazor has a bug because the select is loaded many times on the same page even doing:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Seems to me it is a custom component that uses a dropdown menu as a workaround. I think your best option is to build it yourself with a combination of our Dropdown and TextEdit/Select components. |
Beta Was this translation helpful? Give feedback.
-
This is what I did according to my needs, it seems to work well although surely it can be improved. In case it serves to someone
|
Beta Was this translation helpful? Give feedback.
Seems to me it is a custom component that uses a dropdown menu as a workaround.
I think your best option is to build it yourself with a combination of our Dropdown and TextEdit/Select components.