Airport-Autocomplete-JS
Airport-Autocomplete-JS copied to clipboard
Keyboard accessibility
Is there any way to change the formatting so that is compatible with an autocomplete library that supports keyboard strokes?
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.
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
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?