sherpal/LaminarSAPUI5Bindings

Facility methods for opening/closing popovers

Closed this issue · 0 comments

Currently with have showAtFromEvents and closeFromEvents. Usually they come together (or at least I do it like that) from an EventStream[Option[dom.HTMLElement]] where None means close.

We should implement a method showAtAndCloseFromEvents(events: EventStream[Option[dom.HTMLElement]]) that does exactly that.

And then adapt the examples.