禁用来自 list.js 的类似结果
Disable similar results from list.js
我使用list.js,但它也显示类似的结果。例如,我输入 Mar...,网站还显示 mur、car、man 等。如何禁用它们?
来自codepen的demo:
<p class="codepen" data-height="265" data-theme-id="0" data-default-tab="html,result" data-user="javve" data-slug-hash="isInl" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="List.js - Fuzzy search">
<span>See the Pen <a href="https://codepen.io/javve/pen/isInl/">
List.js - Fuzzy search</a> by Jonny Strömberg (<a href="https://codepen.io/javve">@javve</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
您正在使用模糊搜索,如果您将 <input type="text" class="fuzzy-search" />
更改为 <input type="text" class="search" />
就可以了。
我使用list.js,但它也显示类似的结果。例如,我输入 Mar...,网站还显示 mur、car、man 等。如何禁用它们?
来自codepen的demo:
<p class="codepen" data-height="265" data-theme-id="0" data-default-tab="html,result" data-user="javve" data-slug-hash="isInl" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="List.js - Fuzzy search">
<span>See the Pen <a href="https://codepen.io/javve/pen/isInl/">
List.js - Fuzzy search</a> by Jonny Strömberg (<a href="https://codepen.io/javve">@javve</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
您正在使用模糊搜索,如果您将 <input type="text" class="fuzzy-search" />
更改为 <input type="text" class="search" />
就可以了。