-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
Description
Describe your motivation
We use some vaadin web-components (Select etc.) inside a outlook add-in. Because of the fixed width of a Office TaskPane (320px), all vaadin components using vaadin-select-overlay are displayed in the bottom of the window rather than adjoined by the SelectField. I'd like to have the possibility to disable this behaviour.
Describe the solution you'd like
Maybe pass a attribute/property to the element like this:
<vaadin-select ignore-mobile> </vaadin-select>
So in this case even though the criteria is met, the mobile styles are not displayed
Describe alternatives you've considered
No response
Additional context
No response