-
-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"max" does not work properly when selecting all items in an option group #1398
Comments
To do that we can remove the last items of the |
@Yosi85 Please provide new production link as old one is not working. |
@akki-jat I've created a new jsFiddle as requested. https://jsfiddle.net/10wvLmng/1/ |
@Yosi85 - Thanks for quick response. |
Just add vue2 cdn url to resources, it will work |
@Yosi85 / @lehoaibaokg Opened the PR, please take a look. |
Thanks for fixing this. Any idea when 2.1.7 is going live? |
Check out the discussion happening around the release here: #1589 |
When using option groups it is possible to select more item than what is defined in max
Reproduction Link
https://jsfiddle.net/q4xb5ns6/
Steps to reproduce
Select the "test" group to select all its items
Expected behaviour
Only 2 items are selected because max is set to 2
Actual behaviour
All items are selected
The text was updated successfully, but these errors were encountered: