Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

The plugin don't give the street address from last release #97

Open PanBagnat opened 7 years ago

PanBagnat commented 7 years ago

Hello.

As you can see here: http://logicify.github.io/jquery-locationpicker-plugin/ In this example: Binding UI with the widget

The result is only "63700 Saint-Éloy-les-Mines, Francia". It miss the street and street number.

Can you fix it?

Thanks, regards.

Sumragen commented 7 years ago

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 the widget" does not demonstrate ability to choose "addressFormat", so this is expected behavior. Thank you.