Methods
const users = [
{ value: "Jim Kennedy" }
]
const input = new wire.bsInput().render("#input", {
data: users
});
// returns the current value in the input
const value = input.val();Last updated
const users = [
{ value: "Jim Kennedy" }
]
const input = new wire.bsInput().render("#input", {
data: users
});
// returns the current value in the input
const value = input.val();Last updated