diff --git a/components/lib/dropdown/Dropdown.js b/components/lib/dropdown/Dropdown.js index a1cfb458a6..a5038a4620 100644 --- a/components/lib/dropdown/Dropdown.js +++ b/components/lib/dropdown/Dropdown.js @@ -171,11 +171,9 @@ export const Dropdown = React.memo( }; const onOptionSelect = (event, option, isHide = true) => { - const value = getOptionValue(option); - selectItem({ originalEvent: event, - option: value + option }); isHide && hide(true);