-
So i use this libriary in my app, when user selects place on map, dropdown with places appears. But when i want to select another place, i should tap anywhere on screen to dismiss selector and then i can use map again. Did anybody khow, what should i do? its possible at all? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @OvsTim At this moment you can't do this with any prop. But you can try to use a |
Beta Was this translation helpful? Give feedback.
-
As of 2024 what we have to do in order to make that work? I.e the component goes out of focus when pressed outside? |
Beta Was this translation helpful? Give feedback.
Hi @OvsTim
At this moment you can't do this with any prop. But you can try to use a
patch-package
lib and comment out this block of code (242-252) But I can't guarantee that the component will still work well after that