Skip to content

Commit 1b7ceb8

Browse files
author
Dylan Huang
committed
searchableselect
1 parent 656c994 commit 1b7ceb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vite-app/src/components/SearchableSelect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ const SearchableSelect = React.forwardRef<
108108
</svg>
109109
</div>
110110

111-
{isOpen && (
112-
<div className="absolute z-50 w-max min-w-full mt-1 bg-white border border-gray-200 rounded-md max-h-60 overflow-auto">
111+
{isOpen && (
112+
<div className="absolute z-50 w-max min-w-full mt-1 bg-white border border-gray-200 rounded-md max-h-60 overflow-auto">
113113
<div className="p-2 border-b border-gray-200">
114114
<input
115115
ref={inputRef}

0 commit comments

Comments
 (0)