You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you select all possible choices (and you add max-item-count="3"), dropdown will show "Only 3 values can be added", which is correct. But if you remove at least one value, text is still visible, even if there value to choose from.
To Reproduce
Steps to reproduce the behavior:
Create Multiple select input with some values
Add max-item-count="3" params
Select 3 choices
Remove 1 or more choices
Open select again and there is still text "Only 3 values can be added", see screenshot above.
Expected behavior
Text "Only 3 values can be added" should not be displayed when there are values, that can be selected.
Choices version and bundle
Version: 11.0.3
Desktop (please complete the following information):
OS: Windows 11
Browser Chrome
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
Describe the bug
![image](https://private-user-images.githubusercontent.com/6583764/400006646-42cc4188-e180-443f-8f50-29720f5eb8d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MDUzMTgsIm5iZiI6MTczOTQwNTAxOCwicGF0aCI6Ii82NTgzNzY0LzQwMDAwNjY0Ni00MmNjNDE4OC1lMTgwLTQ0M2YtOGY1MC0yOTcyMGY1ZWI4ZDcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDAwMzM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTc2YTUwNGY0M2ZkNTQxMWQxYWIzNGNjN2MzYTg4YmRmOTNiMzM1NGU0NDk5OTA0OGUzOGUwN2JhODA5ZWEyMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.0Ex6j4N2j4JgUduMrE-y7QI1br_2lh3idzIpINjrp5Y)
If you select all possible choices (and you add
max-item-count="3"
), dropdown will show "Only 3 values can be added", which is correct. But if you remove at least one value, text is still visible, even if there value to choose from.To Reproduce
Steps to reproduce the behavior:
max-item-count="3"
paramsExpected behavior
Text "Only 3 values can be added" should not be displayed when there are values, that can be selected.
Choices version and bundle
Desktop (please complete the following information):
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: