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.
2 parents 2b9bcf0 + 2a4821a commit 1c3f932Copy full SHA for 1c3f932
packages/common/src/dual-list-select/dual-list-select.js
@@ -73,7 +73,7 @@ const DualListSelectCommon = (props) => {
73
};
74
75
const handleClearRightValues = () => {
76
- dispatch({ type: 'clearRightValue' });
+ dispatch({ type: 'clearRightValues' });
77
rest.input.onChange([...rest.input.value.filter((val) => !rightValues.find(({ value }) => val === value))]);
78
79
0 commit comments