Postcode city location federal state and country

when fillin country and city I would like to get the postcode and federal state for this location. Determining this is very time-consuming. I’m working with OpenMaps and Query Overpass, but the API takes a long time, and I don’t know how to assign the many assignments of individual postal codes for a city to the postcode field. Do you have a practical solution? I think this will probably be needed quite often…

Thankyou
Michael

Hello Michael,

To assign the postcode and federal state values you need to use setValue method in the onChange eventHandler.

Please check the example: Code Snippet