I have a requirement to fill City, State and Country based on Postcode. I have created a Postcode entity with country, state, city fields. Now i am using auto complete feature on postcode field and trying to set other fields on Contact. I am able to show postcode autocomplete window, but i am unable to get the selected postcodes event. I know we can retrieve value again using getValue and odata but my postcodes are not unique.
Does anyone has any idea how to get select event of showAutoComplete window?
I am able to achieve this using jquery but i want to do it using standard autocomplete.
*This post is locked for comments