On 5/14/09 8:58 AM, "Ulf Renman" <ulf.ren...@gmail.com> wrote:
> 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. it allows you to format the suggestions from the backend but i'm not aware of the plugin having any feature for processing the field value before sending it to the backend. can't you do that processing in the backend itself?