This commit is contained in:
Benjamin Toby
2025-07-22 11:58:03 +01:00
parent 1db7601c85
commit aceddf5146
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -191,7 +191,7 @@ export default function SearchSelect<
target={
<Input
type="text"
placeholder="Search"
placeholder={props.title || "Search Options"}
value={inputValue}
prefix={(<Search size={18} />) as any}
suffix={(<ChevronDown size={20} />) as any}
@@ -240,6 +240,7 @@ export default function SearchSelect<
setSelectIndex(undefined);
}}
componentRef={inputRef}
showLabel={showLabel}
/>
}
targetWrapperProps={{ className: "w-full" }}