Street Intersection autocomplete and Auto-populate

3633
3
Jump to solution
05-19-2015 08:11 AM
RichardMoussopo
Occasional Contributor III

I have this logic that I would like to implement for streets intersection. As image below, I have a form with 1 textbox and 1 combobox. I would like to autocomplete the textBox while searching a street and then auto populate the combobox with all matching intersect streets. I am using a service that has 2 fields (str1 and str2).

StreetIntersection.PNG

0 Kudos
1 Solution

Accepted Solutions
thejuskambi
Occasional Contributor III

You can use ComboBox or FilteringSelect and set the property hasDownArrow to false. that way the dropdown will look like textbox and will provide you autocomplete option. I hope you dont have too many records to populate in the dropdown.

View solution in original post

3 Replies
thejuskambi
Occasional Contributor III

You can use ComboBox or FilteringSelect and set the property hasDownArrow to false. that way the dropdown will look like textbox and will provide you autocomplete option. I hope you dont have too many records to populate in the dropdown.

RichardMoussopo
Occasional Contributor III

Thank you thejus.kambithejus.kambi​, I was able to achieve this using the FilteringSelect.

0 Kudos
thejuskambi
Occasional Contributor III

Glad, I could help. you could help me by updating the status of this discussion.

0 Kudos