Disable overflowedIndicator in horizontal mode
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
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.
The overflowedIndicator also affects to the keyboard navigation because to switch between menus, the UP/DOWN key must be pressed twice.