Skip to content

Commit

Permalink
Pass props down to children in ResourceSelector and rename variables
Browse files Browse the repository at this point in the history
Add MultiselectControl from latest FormTokenField and start reworking
  • Loading branch information
rmorse committed Oct 22, 2022
1 parent a5a84f4 commit 45c6b88
Show file tree
Hide file tree
Showing 11 changed files with 3,400 additions and 40 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
.idea
desktop.ini
.vscode
/dist
/local
*.zip
2 changes: 2 additions & 0 deletions components/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from './resource-select-control';
export * from './token-multiselect-control';
export * from './multiselect-control';
Loading

0 comments on commit 45c6b88

Please sign in to comment.