|
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? |
Answered by
irekrog
Nov 21, 2022
Replies: 2 comments
Answer selected by
OvsTim
|
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? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @OvsTim
At this moment you can't do this with any prop. But you can try to use a
patch-packagelib and comment out this block of code (242-252) But I can't guarantee that the component will still work well after that