Vaadin Flow SplitButton

Do developers have any plans to implement SplitButton (other name is DropDownButton) in Vaadin Flow? Something like that: https://primefaces.org/showcase/ui/button/splitButton.xhtml. I saw 3rd-party components and I dislike it.

Yes, I read your last sentence, but I can only say that I am using a shitload of Splitbuttons on my sites and https://vaadin.com/directory/component/papermenubutton is really doing a great job with that :slight_smile:

The request for such a component is being discussed here:

https://github.com/vaadin/vaadin-button/issues/86

Jonas Ohlsson:
Yes, I read your last sentence, but I can only say that I am using a shitload of Splitbuttons on my sites and https://vaadin.com/directory/component/papermenubutton is really doing a great job with that :slight_smile:

I figured out one more workaround while this button does not exists in Vaadin Flow: just use a Dialog. It’s not the best UX I can made but it’s easy and OK as a temporary solution.

Serhii Kulykov:
The request for such a component is being discussed here:

https://github.com/vaadin/vaadin-button/issues/86

I saw this thread too, thank you! It seems the process is stalled. I left the comment there to know its current status.