• Resolved glgeorgiou

    (@glgeorgiou)


    Hello

    I’d like to hide the address text from the ‘From’ input box of the Google Map plugin. The reason is because the user will be put his/her address without the need of delete of the text. Please have a look at the sample image

    I tried to use the following code document.getElementById("from_1").value=""; but i don’t think is the best practice.

    Any suggestion please?
    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Saidur Rahman Milon

    (@milonfci)

    Hello,

    Currently there have no dynamic settings for this.

    Yes, you may use mentioned code:
    document.getElementById("from_1").value="";

    Thanks
    Milonfci

Viewing 1 replies (of 1 total)
  • The topic ‘How can i hide the text (address) in the ‘From’ text box?’ is closed to new replies.