bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

feat(dropdown): add optional placement and respect bootstrap classes

Open farooqu opened this issue 7 years ago • 7 comments

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.

farooqu avatar Dec 12 '16 01:12 farooqu

Fixes #6030

farooqu avatar Dec 12 '16 01:12 farooqu

Fixes #6323

farooqu avatar Dec 12 '16 01:12 farooqu

Fixes #5767

farooqu avatar Dec 12 '16 01:12 farooqu

Partially fixes: #4762

farooqu avatar Dec 12 '16 01:12 farooqu

This will need tests - can you add a test that it places it correctly?

wesleycho avatar Dec 15 '16 22:12 wesleycho

Guys, is there any progress on it?

Blinnikov avatar Feb 07 '17 13:02 Blinnikov

This fixes quite a few problems. Any chance this is going to be merged in soon?

jordandh avatar Aug 25 '17 19:08 jordandh