I want to open a modal which exists in the parent component from a button inside the MenuList
of react-select
. I created a custom MenuList
with my button and passed it to react-select
as <Select components={{ MenuList }} />
. I am not sure how to handle the click event of that button in order to trigger my modal.
My code is here: https://codesandbox.io/s/rllz53k8ln