Commit graph

7 commits

Author SHA1 Message Date
Eric Liu
9824b7458e fix(select-item): remove condition in selectedValue subscription 2020-01-20 16:53:06 -08:00
Eric Liu
3cbb903e42 fix(select-item): keep store subscription 2020-01-12 12:01:10 -08:00
Eric Liu
c4d9d26548 feat(select-item): use text or value 2020-01-04 09:09:36 -08:00
Eric Liu
0ea98b1447 fix(select): subscribe to store 2019-12-31 16:15:43 -08:00
Eric Liu
bf18b7b65a feat(component): add TimePicker
Closes #28
2019-12-25 14:23:20 -08:00
Eric Liu
c446fc74f4 refactor(components): convert const to reactive where appropriate
- Inline class assignments to avoid script-level clutter
- Ignore a11y-missing-attribute instead of redundant href
2019-12-24 09:41:12 -08:00
Eric Liu
6c75c8a973 feat(components): add Select, SelectItem, SelectItemGroup
Closes #31
2019-12-21 17:18:35 -08:00