I'm confused. Which example are you referring to?

I would like to see for each text value selected in a multiple, the
associated pk in the db table associated in a delimited list, e.g.,


Item1,Item2, Item3
pk1,pk2,pk3

so that when we process the form input, we can reference by position.
Does that make sense?

Jeff

> Thats a bit trickier. As you noticed, the event is called for each
> selected value. The second autocomplete in the demo appends the
> associated values to a different input one by one. In case the plugin
> handles that directly, how should it work like?
>

Reply via email to