Avatar

Level 2

Is there no way to have a user type in a value in a drop down list without regards to upper or lower case and match the drop down list's values no matter how that list is entered:

For example:

In my XML is a large list similiar to <text>John Smith</text>

                                                   <text>Mary Jones</text>

                                                   <text>George Towne</text>

                                                       etc

I would like the user to be able to type into the drop down list with either "Geo" or "GEO" or "geo" and get taken to George Towne in the list.

Please let me know if this is possible.

Thank you.