dooApp/FXForm2

Add an auto complete address field factory

amischler opened this issue · 2 comments

This factory should provide a textfield with address autocompletion suggestions based on the user input in this field. Once the suggestion has been selected, other address fields should be updated (city, postcode,country,...)

Note : this implementation requires an small API change in FXFormNode. The AbstractFXForm is now provided in the init method. This is required to give a Factory/FXFormNode the ability to interact with other elements of the form.

Note 2 : the default suggestion provider implementation is based on the algolia places services. Other implementations could be added such as a google places implementation.