Hi, I am trying to use the autocompleter in a text inputfield to not select multiple values. It concerns a searchline (like google) where the 1st selection works perfectly. Then after the field is selected (like *fieldname:* ) one can continue by supplying the value. This also works, i get to see the values available to the particular field.
Problem: when i select a certain value in the autocompletion list all the other info gets replaced by the value that was selected last. So instead of *fieldname:value* i get just *value* Obviously i'm looking for the value to be appended to the fieldname not for the value to remove the fieldname. I'v tried t:tokens="':'" and t:tokens="' '" but that does not do the trick. I'm sure i'm overlooking something but i haven't found it yet. Any suggestion(s) would be appreciated. Tia, Fermin DCG
