Skip to content
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

disabledText displays when list contains items but none are selected #1153

Closed
DanBrownSyncbak opened this issue Sep 30, 2020 · 1 comment
Closed

Comments

@DanBrownSyncbak
Copy link

the disabledText is being displayed on the dropdown when no items are selected but the list is populated.

multiselect: {
disableIfEmpty: true,
nonSelectedText: 'Available Channels',
disabledText: 'No Channels Available',
enableCaseInsensitiveFiltering: true,
enableFiltering: true,
enableFullValueFiltering: false,
numberDisplayed: 1,
maxHeight: 200
}

Once the page loads the dropdown is not disabled because there are items in the list but the disabledText 'No Channels Available' is still displayed.

s-eckard added a commit to s-eckard/bootstrap-multiselect that referenced this issue Nov 24, 2020
d-langstein added a commit to s-eckard/bootstrap-multiselect that referenced this issue Nov 24, 2020
davidstutz#1153: Fix disabledText option which was displayed for enabled dropdowns
@s-eckard
Copy link
Collaborator

s-eckard commented Dec 1, 2020

Hello DanBrownSyncbak, this bug should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants