Ajax-Bootstrap-Select
Ajax-Bootstrap-Select copied to clipboard
Fix the obfuscation of the status message for longer dropdowns
Description (required)
When a status message is displayed for an options list that is longer than the maxHeight
of the dropdown, it is cut off because the dropdown isn't taking the status height into account. This pull request adds the height of the status box to the maxHeight
of the dropdown.
Screenshots (optional)
Before
After
Merge checklist (required, for maintainers only)
This pull request adheres to the following requirements:
- [] JavaScript follows 4 space indentation conventions.
- [] JavaScript was written using ES2015 (ES6) features.
- [] Features and bug fixes are covered by test cases.
- [] All commits follow the AngularJS Git Commit Message Conventions.
Please base PRs agains the dev
branch.