tagsinput と先行入力を使用しようとすると、このエラーが発生し続けます。
html:
<section id="examples">
<div class="example example_typeahead">
<h3>Typeahead</h3>
<div class="bs-example">
<input class="testing" type="text" value="nope" />
</div>
</div>
</section>
JavaScript:
var data = ['yes', 'yesyes', 'no', 'nope', 'yes again'],
elt = $('.testing');
elt.tagsinput({
typeahead: {
source: data
},
});
リスト内のアイテムをクリックすると、適用エラーが発生します。入力したテキストが削除されていないことにも気付きました。他の同様の問題を検索しましたが、有効な答えが見つかりませんでした。
注: typeahead にはこのプラグインを使用していますhttps://github.com/bassjobsen/Bootstrap-3-Typeahead と tagsinput にはこのプラグインhttp://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/