mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update chosen.jquery.d.ts
Width can be string
This commit is contained in:
parent
31ce460184
commit
da8abdb2f4
2
chosen/chosen.jquery.d.ts
vendored
2
chosen/chosen.jquery.d.ts
vendored
@ -18,7 +18,7 @@ interface ChosenOptions {
|
||||
placeholder_text_single?: string;
|
||||
search_contains?: boolean;
|
||||
single_backstroke_delete?: boolean;
|
||||
width?: number;
|
||||
width?: number|string;
|
||||
display_disabled_options?: boolean;
|
||||
display_selected_options?: boolean;
|
||||
include_group_label_in_selected?: boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user