konsalex / Airport-Autocomplete-JS

Airport Autocomplete Input tag
MIT License
31 stars 18 forks source link

Keyboard accessibility #10

Open aviv-or opened 4 years ago

aviv-or commented 4 years ago

Is there any way to change the formatting so that is compatible with an autocomplete library that supports keyboard strokes?

aviv-or commented 4 years ago

image I've found the code which is responsible for the code events. But it seems that the functions assigned are not doing anything. I would love to fix it, but wish the code could use a more precise variables names. Currently its very difficult to debug.

konsalex commented 4 years ago

Hey @aviv-or you are probably looking at the transpiled code. You can find the code responsible for keystroke listeners is inside src/airport.js

aviv-or commented 4 years ago

Hopefully I will soon have some time to correct this. @konsalex can you tell me if this used to work at some time (with an older release) or it was never implemented?