This should be sticked! thanks!
Latest posts made by deadly
-
RE: How to handle both click on whole q-item as well as button inside
-
tooltip with dropdown and header, trigger issue
The tooltip trigger on a dropdown button only occurs on the open dropdown portion and not on the actual button.
A possible work around is to wrap the dropdown in a div and have the tooltip as sibling of the dropdown.
This works to some degree, however there are potential layout issues that arise when for example if i would want a dropdown in a header to be stretch. It cannot fit the layout correctly.To see the issue correctly, hover over the dropdown to notice.
https://codepen.io/cmcleese/pen/RwrgoNW?editors=1010
If anyone knows how to get the dropdown with div wrapper to fit stretch in a header layout, that might be a way to solve the issue.
-
RE: QDrawer prop: show-if-above
@bago this solution worked me as the prop
show-if-above
had no effect.
They should update the description to clarify more the inner workings of the flag as the current description doesn’t match:
Force drawer to be shown on screen on initial render if the layout width is above breakpoint, regardless of v-model; This is the default behavior when SSR is taken over by client on initial render