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
First of all, thanks for the amazing plugin, just started using it after some pain trying some others and it works perfectly for us.
I would like to request one (probably) simple feature.
If I use max-labels="0" it would be displayed (Total: N) once I select one or more itens.
In my use case, the dropdown would show:
None selected
(Total: 1)
(Total: 3)
etc...
Thanks a lot!
PS: I'll take a look if that's so simple, if so, probably will submit a pull request whenever possible. =)
The text was updated successfully, but these errors were encountered:
I'm quite busy working on the grouping features at the moment, so I suggest you to fork and modify the code yourself for now ( and submit a pull request, of course 😄 ).
Here are some pointers:
Find this part - and remove the && $scope.maxLabels !== "0"
Hi,
First of all, thanks for the amazing plugin, just started using it after some pain trying some others and it works perfectly for us.
I would like to request one (probably) simple feature.
If I use max-labels="0" it would be displayed (Total: N) once I select one or more itens.
In my use case, the dropdown would show:
None selected
(Total: 1)
(Total: 3)
etc...
Thanks a lot!
PS: I'll take a look if that's so simple, if so, probably will submit a pull request whenever possible. =)
The text was updated successfully, but these errors were encountered: