Choices/public/assets
Kris Reeves f73a16f383
Fix various "first press" bugs on single select dropdowns
On OS X, pressing the command key while a Choices select is focused
will add the text "meta". While looking into the details, I found
quite a few more errors surrounding the "first keypress" behavior.
When a closed select is focused, the following things generate
incorrect behavior:

- Any key while shift was previously held: the first character
  is incorrectly capitalized/lowercased
- If the keypress begins a "compose" input (e.g. option+` on mac)
  the value will be "dead"
- Various other non-printable keys also emit output, such as
  the arrow keys, media keys, etc.

Fix the entire category of behavior by better evaluating what
counts as a "printable" character.
2023-02-06 15:20:13 -08:00
..
images Fix id types (#743) 2019-11-08 09:19:18 +00:00
scripts Fix various "first press" bugs on single select dropdowns 2023-02-06 15:20:13 -08:00
styles Update dependencies, add e2e tests for HTML custom properties 2022-11-28 11:36:04 -05:00