radarlabs / radar-sdk-js

Web JavaScript SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
42 stars 11 forks source link

Fix autocomplete keyboard control on Windows/Edge #170

Closed kochis closed 3 months ago

kochis commented 3 months ago

The main fix is to change from event.code to event.key for handling keyboard events, which was breaking on Windows/Edge.

Other enhancements are additional aria-roles for accessibility.