⌨️
Fully Accessible
Complete WAI-ARIA combobox pattern with keyboard navigation and screen reader support.
Accessible, customizable, and framework-agnostic
<!-- Include the script -->
<script type="module">
import { register } from '@mikolaj.jeziorny/perfect-autocomplete'
register()
</script>
<!-- Use the component -->
<input type="search" id="search" />
<perfect-autocomplete
for="search"
url="/api/search"
min-chars="2"
></perfect-autocomplete>Created by Mikolaj Jeziorny