aboutsummaryrefslogtreecommitdiff
path: root/input/select.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/select.ts')
-rw-r--r--input/select.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/select.ts b/input/select.ts
index e874a29..92bce8f 100644
--- a/input/select.ts
+++ b/input/select.ts
@@ -191,8 +191,8 @@ export class WuiInputSelect {
return true;
}
- // Set the input value.
- Set(v: string) {
+ // set the input value.
+ set(v: string) {
this.el_input.value = v;
}
}