Skip to content

Commit

Permalink
feat #195 - Chip input component (#196)
Browse files Browse the repository at this point in the history
* feat #195 - Add ChipInput component

* feat #195 - Refac, clean up code

* feat #195 - Refac, update styles

* feat #195 - Add ChipInput to Form, refac

* feat #195 - Add e.stopPropagation to onKeyDown

* feat #195 - Add defaultValues

* feat #195 - Update tags overflow width

* feat #195 - Update Tag key, update Tag close icon focus styles

* feat #195 - Remove Button

* feat #195 - Add undeleteableTags

* feat #195 - Add validation

* feat #195 - Fix validation bug

* feat #195 - Fix input error border color being overwritten

* feat #195 - Update loading Skeleton

* feat #195 - Add Input addons

* feat #195 - Add addons to Chip, update input styles

* feat #195 - Address PR comments

* feat #195 - Address more PR comments

* feat #195 - Fix error bug
  • Loading branch information
sam-dassana authored Jan 22, 2021
1 parent c559bf6 commit abeee74
Show file tree
Hide file tree
Showing 19 changed files with 1,374 additions and 482 deletions.
852 changes: 426 additions & 426 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.8.3",
"version": "0.8.4",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
Loading

0 comments on commit abeee74

Please sign in to comment.