Hello!
How can I inject a address (from a form) on map, and show the address on it, thru the mark?
I've make a search, and sadly found nothing.
Hi @yuritoledo .
Can I ask you why you close this issue? Do you find any solution?
Thanks!
Hello dude
Yes, i've made a workaround :P
Great, can you share it? or give us a tip?
Thank you anyway!!
Sure
I've made a "two-way data binding" between the inner search component and one input text in my app.
Then you hide the inner search with the last example css.
I suggest add width: 10px, height: 10px in the inner search (just in case the user hover the map and change the cursor, case hover the search)
Then, when the address is completed filled to search, you need to trigger the onBlur of inner search and VOIL脌!
some examples of my code:



Thank you very much!!!!
Most helpful comment
Sure
I've made a "two-way data binding" between the inner search component and one input text in my app.
Then you hide the inner search with the last example css.
I suggest add
width: 10px, height: 10pxin the inner search (just in case the user hover the map and change the cursor, case hover the search)Then, when the address is completed filled to search, you need to trigger the onBlur of inner search and VOIL脌!
some examples of my code: