Use the following configuration options to bind the Bootstrap Input component.
const input = new wire.bsInput().render("#input", {
value: "Jim Kennedy"
});
Note, this is a static bind. The component does not listen for changes unless the component uses dynamic data binding for the same value..