Hi
I was wondering if anyone had any thoughts on how best to extend or customize the FilteringSelect widget so that it's pattern matching included an initial wild card by default.
For example, if one has a FilteringSelect containing a list of US States and types this:
"*york"
then "New York" will appear in the filtered list. However if you type:
"york" then it will not.
My users would like the former to be the default behaviour, without having to type the asterisk for the wildcard.
(They will possibly also want to search for asterisks too, but that's another post!)
Thanks for your time
Pete

You could try the relatively
You could try the relatively new constructor parameter queryExpr:
http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/widgets/combobo...