Select Max Condition
"Select Max" sets a limit on the number of items that can be selected. For example, if you set the limit to 3, the user can choose up to three items from the list. Once three items are selected, the remaining options will be disabled until the user deselects one of the chosen items.
Note that this is an optional property. If it is not specified, users will be able to select an unlimited number of items.
Demonstration of how Select Max works
The `selectMax` property allows you to limit the number of items that can be selected from the component, offering flexibility in managing user choices.