menu icon indicating copy to clipboard operation
menu copied to clipboard

Disable overflowedIndicator in horizontal mode

Open grim-bees opened this issue 6 years ago • 2 comments

I have created a component with horizontal mode that allow overflow menu as a second row. Is there any way we can disable overflow behaviour for this use case?

I propose that we can put overflowedIndicator to false if we want to turn off this behaviour.

Thanks

grim-bees avatar Jun 07 '19 13:06 grim-bees

I would like to second this. I'm using the horizontal mode but I would like to disable the overflow behaviour and handle that myself manually. Would be great if there was a way to do this.

I've tried forcing the nodes to be visible using CSS, but there's a dom listener that keeps fighting my changes.

giancarlokc avatar Apr 16 '20 18:04 giancarlokc

The overflowedIndicator also affects to the keyboard navigation because to switch between menus, the UP/DOWN key must be pressed twice.

jose-losada avatar Sep 15 '20 08:09 jose-losada