Expand my Community achievements bar.

Narrowing the search field of a DropDownList

Avatar

Level 2

Is there a way to code a DD list so that when text is typed in the field (when the allow custom text entry box is checked) only the options containing the characters typed appear?

It is working Somewhat the way I want it to.....below is an example

My 5 DDlist entries are:

1

23

3

51

65

If I type 1 in the DD list, only entries with the first character as 1 will show, not all the entries that contain 1. In this case only the number 1 will show.

What I would like is if I were to type 5 that both 51 and 65 would show as options to select. Is this possible?

1 Reply

Avatar

Former Community Member

Nope .... the move alrgorithm only supports the 1st char.

Paul