Skip to content

Commit

Permalink
uicore: fixing combobox update
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu <[email protected]>
  • Loading branch information
Caracol3 committed Dec 3, 2024
1 parent 3ef0647 commit 080df00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui-core/src/components/inputs/ComboBox/ComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const ComboBox = <T,>({
} else {
setInputValue('');
setSelectedOption(null);
onSelectSuggestion?.(undefined);
}
}, [value]);

Expand Down

0 comments on commit 080df00

Please sign in to comment.