Bootstrap's Inputarrow-up-right enhances the basic HTML input.
Use the bsInput class to create an instance of Bootstrap's input text box inside WireBootstrap.
bsInput
Render the component using an HTML input element.
input
Use the wire-bs-input web component to render the component using Web Components.
wire-bs-input
Last updated 3 years ago
const myInput = new wire.bsInput();
<input id="input" class="form-control"> ... myInput.render("#input",{ ... });
<wire-bs-input wr-config=""></wire-bs-input>