[jQuery] autocomplete mustmatch problem [autcomplete]

2009-07-18 Thread rekna
I'm using jquery autocomplete 1.0.2. The autocomplete retrieves data from the server and the option mustmatch is set to true. My data on the server has a code field and a description, and I'm returning +" "+| an example of data returned by the server would be: FIN Finance|2 PER Personel7 This wo

[jQuery] [autocomplete] mustmatch problem

2009-07-17 Thread rekna
I'm using jquery autocomplete 1.0.2. The autocomplete retrieves data from the server and the option mustmatch is set to true. My data on the server has a code field and a description, and I'm returning +" "+| an example of data returned by the server would be: FIN Finance|2 PER Personel7 This wo