We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf3f42 commit e6a0cbfCopy full SHA for e6a0cbf
src/components/picker/helpers/usePickerSelection.tsx
@@ -35,6 +35,7 @@ const usePickerSelection = (props: UsePickerSelectionProps) => {
35
[multiDraftValue, getItemValue]);
36
37
const cancelSelect = useCallback(() => {
38
+ setSearchValue('');
39
setMultiDraftValue(multiFinalValue);
40
pickerExpandableRef.current?.closeExpandable?.();
41
topBarProps?.onCancel?.();
0 commit comments