romgain/react-select-event

Option names are not showing when selectEvent.openMenu is used

Closed this issue · 3 comments

I am not quite certain where the issue is, but when I use selectEvent.openMenu on the react-select component, the menu does indeed open and is seen in the debug in react-testing-library, but the actual human readable option names are not showing (see image and code below).

Screen Shot 2020-06-07 at 10 12 20 AM

<div class=" css-1p2g4bj-menu" > <div class=" css-4ljt47-MenuList" > <div class=" css-w2llk3-option" id="react-select-4-option-0" tabindex="-1" /> <div class=" css-yt9ioa-option" id="react-select-4-option-1" tabindex="-1" /> <div class=" css-yt9ioa-option" id="react-select-4-option-2" tabindex="-1" /> </div> </div>

Sorry, user error...

@ctoppel what ended up being your problem here? I'm having similar issues