coatue-oss/react2angular

React Select Ipad and Android is not working properly

Nouby opened this issue · 2 comments

Nouby commented

We are using angular and react in our application with majority being written in angular. In one of our react components, we are using react select for the drop down. When we convert from react to angular using react2angular/ngreact/react-in-angular npm, the react-select isn't working as it should be. When clicked on the select, it opens and immediately closes. This is happening only on iPad and android. It is working fine on Desktop. Looks like the touch events are triggering twice (just an assumption). Can you please let me know if there is a possible workaround for this issue?

Hi @Nouby! I need more information to be able to give you a useful answer. Can you please add a self-contained, reproducible test case?

Closing for inactivity. @Nouby feel free to reopen with a repro case!