pstanoev / simple-svelte-autocomplete

Simple Autocomplete / typeahead component for Svelte
http://simple-svelte-autocomplete.surge.sh/
MIT License
468 stars 79 forks source link

Add tabindex support to the input #136

Closed PPP01 closed 2 years ago

PPP01 commented 2 years ago

I have the problem that my form hast a tab-hierarchy. There is no way to reach the field, without setting the tabindex. So i added a new property.: tabindex.

the standard is set to "0", so there should no change to previous behavior: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex