zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
2 stars 6 forks source link

Select does not close on escape key #632

Closed stropitek closed 6 months ago

stropitek commented 8 months ago

This is especially confusing when used in modals because then the modal closes.

In the examples of the documentation of bluprintjs, Esc closes the select list.

https://blueprintjs.com/docs/#select/select-component

wadjih-bencheikh18 commented 7 months ago

It's only working for filtrable Select in https://blueprintjs.com/docs/#select/select-component I think they have a bug I'm using Popover autofocus with no portal which is working

stropitek commented 7 months ago

https://github.com/palantir/blueprint/issues/4243