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
{{ message }}
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
Just tried your plugin tonight and I'm not having any luck with it unfortunately. Is it too early for it to work with Bootstrap 3? I am using RC1.
Uncaught TypeError: Object [object Object] has no method 'typeahead' bootstrap-tag.js:90 Uncaught TypeError: Cannot call method 'focus' of undefined bootstrap-tag.js:42 Uncaught TypeError: Cannot call method 'val' of undefined bootstrap-tag.js:163 2 Uncaught TypeError: Cannot call method 'val' of undefinedI am using the JS attachment methods since the form field are added dynamically using jQuery append.
$('#'+value).tag({caseInsensitive : true, allowDuplicates : false, source : []});Also as a side note: If the input field to be used for tags is part of an input group, then the plugin breaks the group formatting.