1
I’m using the bootstrap tags input together with Bootstrap 3 and I’m not getting the typehead Code:
$('#tags').tagsinput();
$('#tags').tagsinput({
typeahead: {
source: $.get('tags.php')
}
});
the return of.php tags is
["Uruguaiana","Porto Alegre","Sao Paulo","Rio de Janeiro","Salvador"]
Can anyone tell me what the problem is?
I was able to make it work by including bootstrap-tagsinput.min.js.map in the directory, but the css got weird
– Daniel Lemes
Did you find a solution? Poste as an answer to help other people.
– Maniero
Actually I think I did, I’ll look here, but I stopped using
– Daniel Lemes
Then post the solution to help other users :D
– Danilo Pádua