Commit graph

67 commits

Author SHA1 Message Date
Eric Liu
392fc452e2 fix: allow numbers as item ids for ComboBox, Dropdown, MultiSelect 2020-10-24 14:43:57 -07:00
Eric Liu
f8ae391ef6 fix(combo-box): disabled combobox should not open 2020-10-14 15:51:27 -07:00
weaseldotro
6d0e9ac09f
fix light prop for ComboBox input 2020-10-05 16:56:06 +03:00
josefaidt
398887a3d3 feat(prettier): add svelteBracketNewLine 2020-09-24 10:50:34 -05:00
josefaidt
05bc19d96c chore(combobox): move helper text below input 2020-09-17 14:54:56 -05:00
Eric Liu
73861e2fa8 fix(dropdown): allow clicking chevron to toggle menu
#251
2020-09-14 14:29:35 -07:00
Eric Liu
42b8159b1c chore(prettier): use svelteStrictMode 2020-09-04 16:35:49 -07:00
Eric Liu
5968e22bd9 build: add script to generate component index
- move typedefs for correct type parsing
2020-08-13 17:24:00 -07:00
Eric Liu
382b2f6e85 chore(combo-box): remove unnecessary selectedId assignments
selectedId is set based on the selectedIndex
2020-07-28 18:54:18 -07:00
Eric Liu
8dbcf17e89 feat(combo-box): dispatch select, clear events
Also fixes a bug where the selectedId isn't reset when clearing the selection.
2020-07-28 18:46:12 -07:00
Eric Liu
a10693659e chore: remove trailing semicolono from jsdoc types 2020-07-27 06:23:31 -07:00
Eric Liu
f30755b237 chore: complete first pass of apply jsdoc annotations to component props 2020-07-26 17:42:12 -07:00
Eric Liu
c3f924c25a chore: add more type docs 2020-07-25 11:30:45 -07:00
Eric Liu
773b18d314 chore: add more prop annotations 2020-07-25 06:26:49 -07:00
Eric Liu
d95b352ed0 feat(combo-box): focus input on selection clear 2020-07-20 20:45:58 -07:00
Eric Liu
d46c5b852a fix(combo-box): close menu on Escape key
#198
2020-07-19 14:42:37 -07:00
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Renamed from src/components/ComboBox/ComboBox.svelte (Browse further)