I'm using Tokenfield for Bootstrap, and it keeps changing the id of my textfield from myid to myid-tokenfield.
This textfield needs to have a certain id in order to work with the search engine I'm using, so I really need tokenfield to not change my id.
Whatever ID I give the textfield, it appends the "-tokenfield" to it. I'm sure there's a good reason for it, but can it be prevented in a way without breaking it?
The id is being set in tokenfield on line 105, shown here:
Where have you been changing the id that is breaking tokenfield? Have you tried creating a -custom.js version of tokenfield and changing the id there to see if it breaks?