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
By default, menuAppendTo should append 'inline' so that menus or poppers are always append to the trigger, in a popper, with absolute positioning so that the menus overlay the content below it.
Currently, selecting 'inline' for some components places the menu or other content after the trigger with static positioning so that it does not overlay the content below it. That should not be the case.
Also, once all menu like components are rebuilt to be constructed composably, they should not need a wrapper div by default, and the popper should be appended to the trigger 'inline' by default.
By default, menuAppendTo should append 'inline' so that menus or poppers are always append to the trigger, in a popper, with absolute positioning so that the menus overlay the content below it.
Currently, selecting 'inline' for some components places the menu or other content after the trigger with static positioning so that it does not overlay the content below it. That should not be the case.
Also, once all menu like components are rebuilt to be constructed composably, they should not need a wrapper div by default, and the popper should be appended to the trigger 'inline' by default.
Work that needs to be done:
appendTo='inline'
by default #8596appendTo={toggleRef.current}
( #8597flyoutPopper
. #8598The text was updated successfully, but these errors were encountered: