Thanks for the response. I have a form where I have multiple sections and a few of those sections there will be a prompt to select > 1. Sounds like my best path forward is just to be clear on number of selections in my prompt and remove the max_selection argument.
Out of curiosity, what other UI would you expect? The warning only shows up if the maximum selections have already been made and you go to make another one. If the user does not first remove one of the options, the system wouldn’t know which of the existing options to replace (except in the case of a single selection, which would be handled by using a selectbox).
The way it is working for me is it shows up as soon as the max n selections is reached. If I have it set for 2 max, the user selects 1, then selects another and the message pops up immediately, making the user feel as though the 2nd selection is raising an error.
Oh, I see. Perhaps you could file a feature request that when max_selections=n is defined and someone selects their nth option, the drop-down should close (just like it does when you make your one selection in a selectbox).