Reputation: 11
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
Reputation: 374
You can react to the splitter being moved by adding a SplitterDragendListener to it.
Upvotes: 1