react-multi-select-component icon indicating copy to clipboard operation
react-multi-select-component copied to clipboard

Close the dropdown on button click

Open rahulsavaria opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. A call to an api when the values from the dropdown are selected. ( don't want to call on each value select e.g when user select option1 and option2 then click on apply button the dropdown should close and get the selected values)

Describe the solution you'd like A button called Apply to close the dropdown and get the select values.

Describe alternatives you've considered An explicit way from code to the close dropdown.

rahulsavaria avatar Feb 27 '23 06:02 rahulsavaria