In a scenario where the dropdown value is a state variable that can also be set by another component, whenever you change the variable react-dropdown-now will fire both onChange and onSelect. If the ...
I have the issue that the custom onSelect function is not working. This are my mention module settings: mention: { minChars: 2, spaceAfterInsert: false ...