paper-dropdown-menu
paper-dropdown-menu copied to clipboard
Default width sometimes too big
In 0.5, the dropdown used to size themselves to the selected content. This ensure that when user clicked on the dropdown, the dropdown always appeared right under the mouse pointer no matter where the user clicked on it.
In 1.0 is seems that the default width doesn't take that into account. When I have very short option in the dropdown, my intuition is to click right on the selected word to open it, and then I always end up having to move my mouse to the right to reach the options dropdown.
Can it be sized so that it's either only as wide as the selected option (as it was before) or just as wide at the menu will be when opened?
+1
This seems like a good feature to have, perhaps enabled by an attribute.
I'm having the same issue. Is there any workaround for that (maybe with CSS mixins)?