sliptree / bootstrap-tokenfield

A jQuery tag/token input plugin for Twitter's Bootstrap, by the guys from Sliptree
http://sliptree.github.io/bootstrap-tokenfield/
Other
861 stars 238 forks source link

token label changes (to token value) permanently after double clicking on token #301

Open mahmet opened 7 years ago

mahmet commented 7 years ago

When I double click on a token, the underlying value is shown, instead of the label. This is wanted I guess. But when removing focus from the (selected) token, the label of the token changes permanently to the value instead of the label I defined in the source. When looking at the token data with getTokenList(), the label is changed to the value.

chinobing commented 5 years ago

got the same problem