Свободный ввод не работает на начальной загрузке - PullRequest
0 голосов
/ 09 октября 2018

Пожалуйста, ознакомьтесь с кодом ниже

var elt = $('input');
  elt.tagsinput({
  itemValue: 'value',
  itemText: 'text',
   freeInput: true,
  typeaheadjs: {
    name: 'cities',
    displayKey: 'text',
    source: cities.ttAdapter()
  }  
});
...