diff --git a/pages/ox_lib/Modules/Interface/Client/input.mdx b/pages/ox_lib/Modules/Interface/Client/input.mdx index c4045f5896..9e2bf72357 100644 --- a/pages/ox_lib/Modules/Interface/Client/input.mdx +++ b/pages/ox_lib/Modules/Interface/Client/input.mdx @@ -85,6 +85,8 @@ The input dialog window allows you to take data from the user by setting input f - value of the default option. - clearable?: `boolean` - searchable?: `boolean` + - maxSelectedValues?: `number` (only for `multi-select`) + - Maxmimum number of options that can be selected. - slider