fix: icon selector is a select not an autocomplete #515 (#675)

This commit is contained in:
Meier Lukas
2024-06-16 22:09:48 +02:00
committed by GitHub
parent 0d14bad10b
commit e957c6b601

View File

@@ -67,6 +67,8 @@ export const IconPicker = ({ initialValue, onChange, error, onFocus, onBlur }: I
combobox.openDropdown();
combobox.updateSelectedOptionIndex();
setSearch(event.currentTarget.value);
setValue(event.currentTarget.value);
onChange(event.currentTarget.value);
}}
onClick={() => combobox.openDropdown()}
onFocus={(event) => {