CodeWithDennis / filament-select-tree

The multi-level select field lets you pick one or multiple options from a list that is neatly organized into different levels.
MIT License
225 stars 32 forks source link

Disable Multiple / Set Max / Min Select Options #81

Closed codeies closed 8 months ago

codeies commented 8 months ago

Please add the options to disable multiple items selection and set the max / min options

CodeWithDennis commented 8 months ago

This feature is not currently supported by the underlying package. However, you can implement validation to prevent the selection of multiple options if needed.