Closed jenkin closed 8 years ago
Da aggiungere anche un completamento automatico per le tag esistenti usando typeahead.js, typeahead.js-bootstrap-css e questa opzione per bootstrap-tagsinput.
typeaheadjs: {
source: function(query,cb) {
cb(_.filter(tags, function(t) { return t.indexOf(query) > -1; }));
}
}
Da aggiungere un campo (oltre search e without) che permetta di definire delle tag su cui filtrare.