janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.53k stars 1.15k forks source link

Improve keyboard accessibility (tabindex) #553

Open jsarenik opened 1 year ago

jsarenik commented 1 year ago

Also disables autocomplete, autocapitalize and autocorrect on search textbox.

After Bitcoin Explorer is open, one only needs to press TAB once and enter what they search for.

This is not Auto-focus, which was also experimented with but moves whole view to the top on reload of something one may be watching, so I decided not to do any JavaScript auto-focus magic. Hopefully someone finds it useful, too.

This patch is alive at https://be.anyone.eu.org/