While utilizing Tokenfield for Bootstrap, I have encountered an issue where the id of my textfield gets modified from myid to myid-tokenfield.
In order to properly interact with the search engine I am using, this textfield must maintain a specific id. Therefore, it is imperative that Tokenfield does not alter the id.
Regardless of the ID assigned to the textfield, Tokenfield consistently adds "-tokenfield" to it. This behavior may serve a purpose, but is there a way to prevent it without causing any disruptions?