Input in Marker doesn't work #6265
Replies: 3 comments 1 reply
-
Thanks for taking the time to report this issue. |
Beta Was this translation helpful? Give feedback.
-
@HarelM I have updated the code. It's much simpler now. It creates a simple marker which is a input element. I just want that input element to take keyboard inputs when is it set as a marker. Thanks |
Beta Was this translation helpful? Give feedback.
-
I wrote the following code:
Which solves this problem, but I'm not 100% sure why the focus gets lost. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I click on the map I want to render a input on that point and allow user to type in it. But If I do that the input does work for the first time but after that I'm not able to click on the text input again.
Here is the working example
https://codepen.io/siddharthroy12/pen/OPyQPGz?editors=1000
Beta Was this translation helpful? Give feedback.
All reactions