Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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?

0 Replies

Avatar

Level 10

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

Paul