bootstrap
bootstrap copied to clipboard
feat(dropdown): add optional placement and respect bootstrap classes
Add an optional dropdown-placement attribute setting much like the tooltips'. If it is specified then bootstrap's dropup and dropdown-menu-right classes will be ignored. Updated positioning of the dropdown menu to always use the position service. Ensured that dropup and dropdown-menu-right will be respected for append-to and append-to-body dropdowns. Updated positioning service to return the element when looking for the offsetParent if the element is not statically positioned.
Fixes #6030
Fixes #6323
Fixes #5767
Partially fixes: #4762
This will need tests - can you add a test that it places it correctly?
Guys, is there any progress on it?
This fixes quite a few problems. Any chance this is going to be merged in soon?