Skip to content
This repository was archived by the owner on Aug 3, 2018. It is now read-only.
This repository was archived by the owner on Aug 3, 2018. It is now read-only.

Typeahead Undefined (and input group format breaking) #5

@robnewton

Description

@robnewton

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 undefined

I 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions