diff options
Diffstat (limited to 'input/string.ts')
| -rw-r--r-- | input/string.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input/string.ts b/input/string.ts index f37a68f..c914ea6 100644 --- a/input/string.ts +++ b/input/string.ts @@ -154,8 +154,8 @@ export class WuiInputString { } } - // Set the input value. - Set(v: string) { + // set the input value. + set(v: string) { this.el_input.value = v; } } |
