I'm using jQuery UI autocomplete multiple values example here: http://jqueryui.com/autocomplete/#multiple
It works fine except if you happen to have whitespace in your values. Then the separator gets plonked into the middle of the value when you add the next value.
Any idea how I might prevent this.
I basically have lots of values in my source array that are sentences, and I want to be able to add them via autocomplete and have them separated by " & ".