qwik-ui
qwik-ui copied to clipboard
Finalize the Select
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"