Opening disclosures manually (complementing close()
)
#1662
hartmut-co-uk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
Same as being able to close disclosures manually - I'd like to have an option to open disclosures manually.
Proposed solution
open(focusableElement: HTMLElement | Ref<HTMLElement | null>): void
close(focusableElement: HTMLElement | Ref<HTMLElement | null>): void
toggle(focusableElement: HTMLElement | Ref<HTMLElement | null>): void
Use cases:
References
Beta Was this translation helpful? Give feedback.
All reactions