我在引导程序模板(https://hencework.com/theme/kenny/typeahead-js.html)中使用打包的Typeahead。可以进行预输入,但是当我尝试提交输入值时,它没有发送任何内容。
HTML
<form role="form" method="get" action="item.php">
<div id="the-basics>
<input class="typeahead form-control" id="item_desc" name="item_desc" type="text" placeholder="Enter Item" required>
</div>
</form>
我在表单中还有其他输入,它们都在传递表单数据。另外,当我删除表单值时,通过但显然无法进行预输入。