Bootstrap
Docs HomeProduct SiteSupport
  • Introduction
  • Buttons
    • Configuration
    • Data Binding
  • Checkboxes
    • Configuration
    • Data Binding
    • Events
  • Input
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Modals
    • Message
    • Error
  • Search List
    • Configuration
    • Data Binding
    • Methods
  • Select
    • Configuration
    • Data Binding
    • Events
  • Table
    • Configuration
    • Data Binding
    • Events
  • Web Components
Powered by GitBook
On this page

Select

PreviousMethodsNextConfiguration

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.

const mySelect = new wire.bsSelect();

Render the component using an HTML select element.

<select id="select"></select>
...
mySelect.render("#select",{
    ...
});

Web Component

<wire-bs-select wr-config=""></wire-bs-select>

Use the wire-bs-select web component to render the component using .

Web Components
Select
Bootstrap Select