There are no events emitted from the component, which is lacking considering there's a open state prop which if bound has no return event to reflect change from a close from user interaction (click, tap, escape, etc);
Possibly related to #2186 if the native toggle event propagates fine, that could replace that.
There are no events emitted from the component, which is lacking considering there's a
openstate prop which if bound has no return event to reflect change from a close from user interaction (click, tap, escape, etc);Possibly related to #2186 if the native
toggleevent propagates fine, that could replace that.