Ajax-Bootstrap-Select icon indicating copy to clipboard operation
Ajax-Bootstrap-Select copied to clipboard

Fix the obfuscation of the status message for longer dropdowns

Open Folkman opened this issue 6 years ago • 1 comments

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 screen shot 2018-07-24 at 3 24 58 pm

After screen shot 2018-07-24 at 3 24 20 pm

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.

Folkman avatar Jul 24 '18 19:07 Folkman

Please base PRs agains the dev branch.

markhalliwell avatar Sep 23 '19 22:09 markhalliwell