Configuration
const users = [
{ id: "jkratz", label: "Jamie Kratz" },
{ id: "pdougherty", label: "Pat Dougherty" }
];
const select = new wire.bsSelect().render("#select", {
...
});Last updated
Was this helpful?
const users = [
{ id: "jkratz", label: "Jamie Kratz" },
{ id: "pdougherty", label: "Pat Dougherty" }
];
const select = new wire.bsSelect().render("#select", {
...
});Last updated
Was this helpful?
Was this helpful?