How do I detect if a dropdown field is currently expanded?
I managed to detect the expand event by registering NavigationSubmit and PointerDown callback. But I fail to detect a collapse event.
How do I detect if a dropdown field is currently expanded?
I managed to detect the expand event by registering NavigationSubmit and PointerDown callback. But I fail to detect a collapse event.