We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
input_update()
select()
1 parent faf5bf2 commit 0011ae2Copy full SHA for 0011ae2
1 file changed
webiojs/src/models/input/select.ts
@@ -67,6 +67,9 @@ export class Select extends InputItem {
67
if (key in ignore_keys) continue;
68
input_elem.attr(key, this.spec[key]);
69
}
70
+
71
+ // @ts-ignore
72
+ input_elem.selectpicker('refresh');
73
74
75
update_input(spec: any): any {
0 commit comments