mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(web/select): searchable option (#513)
This commit is contained in:
@@ -63,6 +63,7 @@ interface SelectProps extends BaseInput {
|
||||
disabled?: boolean;
|
||||
default?: string | string[];
|
||||
clearable?: boolean;
|
||||
searchable?: boolean;
|
||||
}
|
||||
|
||||
interface SliderProps extends BaseInput {
|
||||
|
||||
Reference in New Issue
Block a user