We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
davidstutz#1153: Fix disabledText option which was displayed for enab…
27d5a94
…led dropdowns
Merge pull request #4 from s-eckard/develop
b724c43
davidstutz#1153: Fix disabledText option which was displayed for enabled dropdowns
Hello DanBrownSyncbak, this bug should be fixed now.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: