Take a look at the 'tokens' attribute for the Autocompleter. The new Wiki doesn't have the docs for this, but the old one does: <http://script.aculo.us/docs/Autocompleter.Base.html > Basically, you tell the Autocompleter that a space means a new autocompletion, and that's all you have to do.
Walter On Feb 23, 2009, at 4:19 AM, [email protected] wrote: > > What I'm trying to do is use the autocomplete for each keyword entered > into the search field. Each keyword is separated by a comma, i have > the php working by splitting the $_POST data into array and only using > the last array item. This works well however autocomplete replaces the > current field with the selected value i would like it to append to the > value to the field. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
