FilteringSelect is failing on terminal ')' and beginning '*'.
The JavaScript error messages I receive are as follows.
When I type in '*' as the first character in a blank entry: Unexpected quantifier
(Ex. "*")
When the field has a terminal ')' and I hit backspace: Expected ')' in regular expression
(Ex. "This Monkey(123)"
Is this a known problem w/ the filteringSelect dijit? If so, what workarounds address this sort of thing?
(I'm using Dojo 1.2.0)
