mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(interface/multi-select): add maxSelectedValues (#563)
This commit is contained in:
@@ -64,6 +64,7 @@ interface SelectProps extends BaseInput {
|
||||
default?: string | string[];
|
||||
clearable?: boolean;
|
||||
searchable?: boolean;
|
||||
maxSelectedValues?: number;
|
||||
}
|
||||
|
||||
interface SliderProps extends BaseInput {
|
||||
|
||||
Reference in New Issue
Block a user