papercss
papercss copied to clipboard
Keyboard controls on named radios don't work
Just found a bug. Keyboard controls on radio inputs with "name" set don't work when "paper-radio" class is applied.
Steps to reproduce:
- Go to https://www.getpapercss.com/docs/components/forms/
- Focus one of radio inputs and try moving with keyboard arrows -- won't work.
- Remove "paper-radio" class from radio inputs.
- Now you can change your selection using keyboard.