Hennadii Varava
Hennadii Varava
@gabrielbusarello Could you merge it?
Hi @PanBagnat. You are right, this result does not have street and street number, because default value of "addressFormat" is "postal_code". How you can see, example of "Binding UI with...
Hi @gordielachance! It's very strange. I have been try to re-create that issue, but it's work fine. I can advice you first of all make sure that you enable autocomplete...
Hi @iranidesign. If i'm fully understood you, write in : ``` html ```
Hi @yanseo! Thank you :) First: It seems like [issue #11](https://github.com/Logicify/jquery-locationpicker-plugin/issues/11); Code example: ``` javascript $('#map').locationpicker({ inputBinding: { locationNameInput: $('#input-address') }, oninitialized : function (component) { $('#input-address').val(''); } }); ```...