You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to have a minimal popover display for all my filters but the DashboardFilter component renders them as inline - the default is popover but it is still rendered as inline. Even if I manually change the UI config to be popover they are rendered as inline.
The text was updated successfully, but these errors were encountered:
Indeed, the DashboardFilter component has not implemented support for popover vs inline layout. Take a look at the Popover component from @looker/components – it may be helpful if you want to implement the popover behavior on your end.
I'm trying to have a minimal popover display for all my filters but the DashboardFilter component renders them as inline - the default is popover but it is still rendered as inline. Even if I manually change the UI config to be popover they are rendered as inline.
The text was updated successfully, but these errors were encountered: