Skip to content

Commit

Permalink
ui-core: fix clear button displayed even if input is empty
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Ni <clara.ni@outlook.fr>
  • Loading branch information
clarani committed Jan 10, 2025
1 parent 012452c commit 84f5acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-core/src/components/inputs/ComboBox/ComboBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const ComboBox = <T,>({
}),
},
],
[inputValue]
[value]
);

return (
Expand Down

0 comments on commit 84f5acd

Please sign in to comment.