-
Notifications
You must be signed in to change notification settings - Fork 2k
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
nonSelectedText is ignored when disableIfEmpty is true #714
Labels
Comments
Will look into it and the corresponding PR, thanks! |
Merged #715. |
Why new implementation still has the conflict (v0.9.16)? |
The latest release is v1.1.1 - https://github.com/davidstutz/bootstrap-multiselect/releases/tag/v1.1.1. |
Thanks @tiesont, but I guess this releas doesn't support bs < 4, does it? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using these options:
I would expect
buttonText
to be'Loading ...'
iff the multiselect is disabled, andnonSelectedText
to be used if it's not disabled and no items are selected. Currently, ifdisabledText
anddisableIfEmpty
are set,nonSelectedText
is ignored.The text was updated successfully, but these errors were encountered: