qwik-ui icon indicating copy to clipboard operation
qwik-ui copied to clipboard

Finalize the Select

Open shairez opened this issue 2 years ago • 1 comments

shairez avatar Nov 15 '23 21:11 shairez

Roadmap, in order of how I want to progress:

  • [x] Make component use visual focus instead of normal focus were the W3 spec says so (affects most of current behavior)
    • current pr on this: #589
    • [x] working arrow keys
    • [x] working print chars
    • [x] pass current tests
    • [x] fix ts issues

Add missing keyboard support for popup (keys left listed below, listed under the same bullet point is behavior is related)

  • [x] Home & End
  • [ ] Tab & Alt+Up Arrow
  • [ ] PageUp & PageDown
  • [ ] fix "greediness"

TheMcnafaha avatar Jan 05 '24 00:01 TheMcnafaha