function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gaurav Sinha 27Gaurav Sinha 27 

Autocomplete ui:inputtext field

Hi All Veterans

I have created a component to search account data from external server. We have two of the search criterias as Country and State. Country is a picklist and state we have to create a autocomplete component based on the country selected, i am getting the country and corresponding state values from the apex controller in doinit method and storing it in attribute countrypicklistvalue and statepicklistvalue respectively. can anyone help me in creating the autocomplete ui:inputtext field please.
Thanks in advance

Gaurav Sinha