Eric Liu
|
b1fe3de8ad
|
refactor(components): alphabetize exported props for scannability
|
2019-12-31 16:36:10 -08:00 |
|
Eric Liu
|
29c7c471c3
|
refactor(textinput): forward events
|
2019-12-29 19:17:30 -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
|
1286b9901d
|
refactor(components): remove exported "props"
Closes #17
- Forward events
- Adds style prop, removes exported props
|
2019-12-22 09:29:45 -08:00 |
|
Eric Liu
|
865aeb0748
|
refactor(text-input): remove dispatch, forward events
Supports #7
- Forward events, inline functions
- Add style prop
- Remove exported props
- Bind value for TextInput
|
2019-12-20 17:34:47 -08:00 |
|
Eric Liu
|
95a4ead0e3
|
fix(password-input): mark passwordIsVisible as reactive
|
2019-12-20 17:28:33 -08:00 |
|
Eric Liu
|
9c09073b58
|
chore(text-input): remove printed value from story
|
2019-12-18 09:11:43 -08:00 |
|
Eric Liu
|
e786e0e78f
|
feat(components): add TextInput
|
2019-12-15 15:25:48 -08:00 |
|