Skip to content

Commit

Permalink
Merge pull request #182 from northsqrd/main
Browse files Browse the repository at this point in the history
feat(interface/multi-select): add docs for max prop
  • Loading branch information
thelindat authored May 8, 2024
2 parents cbcb4b4 + 5ca43fd commit 4b08e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/ox_lib/Modules/Interface/Client/input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b08e1e

Please sign in to comment.