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
We still have many dropdowns that don't have the right behavior (overflow problem, parent container resizing out of window, etc.)
We want to unify the dropdown behavior by using the right configuration for our floating-ui middlewares which are already fully capable of handling our common use cases.
Then we will be able to remove any CSS workaround for this and let floating-ui fully handle the dropdowns, which is what we want.
Secondary goal : have the search input placed at the bottom / top when floating-ui switches the position so it stays where it was before, when we have the list loading and floating-ui placing the dropdown at the opposite for example.
We want to disable the create new button on record dropdowns when we cannot create :
We want to fix the overflow / resize behavior which is not properly handled right now :
The text was updated successfully, but these errors were encountered:
Scope & Context
We still have many dropdowns that don't have the right behavior (overflow problem, parent container resizing out of window, etc.)
We want to unify the dropdown behavior by using the right configuration for our floating-ui middlewares which are already fully capable of handling our common use cases.
Then we will be able to remove any CSS workaround for this and let floating-ui fully handle the dropdowns, which is what we want.
Secondary goal : have the search input placed at the bottom / top when floating-ui switches the position so it stays where it was before, when we have the list loading and floating-ui placing the dropdown at the opposite for example.
We want to disable the create new button on record dropdowns when we cannot create :
The text was updated successfully, but these errors were encountered: