yin
yin

Reputation: 11

vaadin flow vaadin-split-layout component has no onclick event

i am working on migrating application from vaadin7 to vaadin flow. the split layout component no longer have the onclick event hook on the splitter . that will lose feature if the new API doesn't have the onclick event exposed. is there any way i can add click event on it?

Upvotes: 1

Views: 71

Answers (1)

Eisenknurr
Eisenknurr

Reputation: 374

You can react to the splitter being moved by adding a SplitterDragendListener to it.

Upvotes: 1

Related Questions