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