Hi
I am trying to open a core-dropdown below the trigger element. The doc says that this can be achived via css. But the _shouldPosition is always true so my custom css positioning is overwritten.
I see 2 ways to solve this
make _shouldPosition a published property so that the user can indicate that there is custom css.
add the ability to core-dropdown and others to open below the trigger element, not just only on top of it (which is a very strange thing to do anyway).
Hi I am trying to open a core-dropdown below the trigger element. The doc says that this can be achived via css. But the _shouldPosition is always true so my custom css positioning is overwritten.
I see 2 ways to solve this
Cheers Bernd