Hi

When typing data into the autocomplete-field the list of matches is updated
at every key pressed.
Is it possible in any way to check and correct the data before doing the
match. Or could you alter the way the match is done.

The perfect example is when you have lots of users entering decimal values
into a filed. Some people uses comma and some decimal-point. So you would
like to permit both "2.23" and 2,23" to be matched against 2.23 in the list.

I have some other usecases aswell so I would really like some suggestions on
this.

I have posted a similar question here:
http://stackoverflow.com/questions/857690/how-do-i-alter-enterd-text-before-matching

Thanks
/Ulf Renman

Reply via email to