silevis / reactgrid

Add spreadsheet-like behavior to your React app
https://reactgrid.com
MIT License
1.24k stars 135 forks source link

Native select will not remain open #324

Closed warrenday closed 9 months ago

warrenday commented 9 months ago

Describe the bug Unable to open native select element due to grid re-render

Current behavior When rendering a native select element, clicking the select causes a re-render which causes the select to close

Expected behavior Select element remains open. I can see in the example here a native select, however I can not find the source code for the example https://reactgrid.com/examples/?example=customization

Screenshots or gifs https://github.com/silevis/reactgrid/assets/2871038/6f71ec33-f430-4c1b-aa2a-3a3f352fd1ea

Michota commented 9 months ago

Can you create a branch for this issue?

Michota commented 9 months ago

Hello. Is this issue still a thing? If it is, can you provide some example with CodeSandbox?

warrenday commented 9 months ago

Closing as ended up using a different library.