Javascript – Custom SingleValue Button Not Clickable
I am trying to add an edit button (which currently triggers an alert) to my react-select component. However, this makes the newly added button unclickable; instead, it opens the react-select menu. Stopping propagation does not solve the issue. const CustomOption…