How to add a new selected option to react multiselect?

Viewed 14

I'm using an isMulti react-multiselect, and.. I need to add an external option to the seletedOptions but, not when I clic over the menu options (this option is outside the options passed to the select) I want added when I handle a different event in another component out of

Can I do that ?

Thanks

0 Answers
Related