You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there is an error in your plugin running on firefox in my case version 24.
When access to first page works perfectly, but if I reload the page (F5) the following error is returned.
Thanks for reporting this bug; you're right, Firefox caches the state of all form fields when you reload (and go forward and back). This behaviour triggered a bug in bootstrap-tagsinput.
Dear TimSchlechter,
I believe there is an error in your plugin running on firefox in my case version 24.
When access to first page works perfectly, but if I reload the page (F5) the following error is returned.
TypeError: self.options.itemValue (...) is undefined
http://localhost:4749/Scripts/bootstrap-tagsinput/bootstrap-tagsinput.js
line 183
But if I click CTRL + F5 the error does not occur.
In browsers chrome and IE10 the error does not occur
You can test with own page in firefox
http://timschlechter.github.io/bootstrap-tagsinput/examples/
Leandro Ikezili
The text was updated successfully, but these errors were encountered: