Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Add optional external open state to KebabDropdown
In some cases (like in c-machines), the dropdowns are rendered in an unstable environment like a dynamic list. Then their identity can change easily, and they lose their internally tracked open state. Add `isOpen`/`setIsOpen` attributes to provide an optional external state management.
- Loading branch information