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?