aboutsummaryrefslogtreecommitdiff
path: root/input/select.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'input/select.d.ts')
-rw-r--r--input/select.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/select.d.ts b/input/select.d.ts
index 4a5b9d7..e92d82d 100644
--- a/input/select.d.ts
+++ b/input/select.d.ts
@@ -14,6 +14,7 @@ export interface WuiInputSelectOpts {
class_label?: string;
class_input?: string;
is_disabled?: boolean;
+ is_hint_toggled?: boolean;
onChangeHandler?: (key: string, value: string) => void;
}
export declare class WuiInputSelect {