Commit graph

12 commits

Author SHA1 Message Date
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Eric Liu
e886d772c7 refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
2020-07-19 05:49:40 -07:00
Sebastián Canio Barriga
4ab0842866 change default name prop value for undefined 2020-07-10 11:07:50 -04:00
Sebastián Canio Barriga
6fdb8d10ed add name to form components 2020-07-09 20:59:42 -04:00
Omkar Yadav
8e21f120f2
added on:blur 2020-04-20 18:41:55 +04:00
Eric Liu
6a97175f75 fix(select): update selected prop after update 2020-01-20 16:52:36 -08:00
Eric Liu
2ac885c32e feat(select): enable programmatic selection 2020-01-12 12:01:40 -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
35806566a0 fix(select): update defaultValue when $selected changes 2019-12-23 09:30:55 -08:00
Eric Liu
6c75c8a973 feat(components): add Select, SelectItem, SelectItemGroup
Closes #31
2019-12-21 17:18:35 -08:00