Script error when "?" character is typed in autocomplete com

Hello Team,

in previous question i forgot to mention that its autocomplete combo.

When i tried to enter “?” in combo or give it as one of the option for autoocmplete combo,

i get script error as “Unexpected Quantifier”.

Please help me in this reagrd as soon as possible.



thank you

Sirisha


Hello,


please try to locate the following line in the dhtmlxcombo.js:


var filter=new RegExp("^"+text.replace(/([[]{}()+*\])/g,"\$1"));


and replace it with


var filter=new RegExp("^"+text.replace(/([?[]{}()+*\])/g,"\$1"));

Thank you so much. its working now…