Skip to content

Commit e2f2e0f

Browse files
author
Hector Arce De Las Heras
committed
Improve Dropdown Visibility Handling
This commit enhances the behavior of the dropdown component by automatically closing it when its visibility changes. This ensures a more intuitive user experience, as the dropdown will no longer remain open when it's not visible, improving the overall usability of the interface.
1 parent b3afbbf commit e2f2e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputDropdown/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './types';
2-
2+
export { useInputDropdown } from './hooks/useInputDropdown';
33
export { InputDropdown } from './inputDropdown';

0 commit comments

Comments
 (0)