diff options
| author | Shulhan <ms@kilabit.info> | 2021-09-18 13:09:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-09-18 13:09:25 +0700 |
| commit | 779867def15468b542f5f3dc20b991fcfb241a19 (patch) | |
| tree | e313f37d61889022288f996dcb0d4a66172f9d7b /input/select.d.ts | |
| parent | b20668b0630708c866c55332e103bb0f158f8735 (diff) | |
| download | pakakeh.ts-779867def15468b542f5f3dc20b991fcfb241a19.tar.xz | |
input: add method to set the input value
The input number, select, and string now have method Set to set the
current value.
Diffstat (limited to 'input/select.d.ts')
| -rw-r--r-- | input/select.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/select.d.ts b/input/select.d.ts index 4707838..4a5b9d7 100644 --- a/input/select.d.ts +++ b/input/select.d.ts @@ -32,4 +32,5 @@ export declare class WuiInputSelect { private generateHint; private onClickHintToggler; private onClickInput; + Set(v: string): void; } |
