Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dropdown-select): ensure single dropdown open at a time (#2307)
Implement global state to track the active dropdown. Modify handleClick method to close any other open dropdown before opening the clicked one. This ensures that only one dropdown can be open at a time.
- Loading branch information