How to limit the number of selected items on a dropdown?

@al777 It appears you can set the property disabled=True if the length of the options is great than your predefined limit. The post below shares some code and workarounds for getting it to work.
Dash multi dropdown menu limit

1 Like