Bootstrap's Selectarrow-up-right enhances the basic HTML select drop down.
Use the bsSelect class to create an instance of Bootstrap's select component inside WireBootstrap.
bsSelect
Render the component using an HTML select element.
select
Use the wire-bs-select web component to render the component using Web Components.
wire-bs-select
Last updated 3 years ago
const mySelect = new wire.bsSelect();
<select id="select"></select> ... mySelect.render("#select",{ ... });
<wire-bs-select wr-config=""></wire-bs-select>