react-select: how to keep dropdown open when styling in inspector?

后端 未结 8 1166
执笔经年
执笔经年 2021-02-01 03:24

I\'m using react-select and I\'m customizing it,I didn\'t found an option to do this. Is there some workaround I can use to keep dropdown open when I\'m styling it?

8条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 04:05

    Beforehand I exec window.onkeydown = () => {debugger} in js console and after expanding the dropdown I click any key

    It's important to keep developer tools open

提交回复
热议问题