Skip to content

Commit

Permalink
feat(editors): add Autocomplete Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Mar 25, 2020
1 parent ce1b740 commit 011df55
Show file tree
Hide file tree
Showing 7 changed files with 1,152 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ module.exports = {
"prefer-const": "error",
"prefer-object-spread": "error",
"radix": "error",
"semi": [2, "always"],
"space-in-parens": [
"error"
],
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ npm run test:watch
#### Code
- [x] Aggregators (6)
- [ ] Editors
- [ ] Autocomplete
- [x] Autocomplete
- [x] Checkbox
- [ ] Date
- [x] Float
Expand All @@ -75,7 +75,7 @@ npm run test:watch
- [x] Slider
- [x] Text
- [ ] Filters
- [ ] Autocomplete
- [x] Autocomplete
- [ ] Compound Date
- [x] Compound Input(s)
- [x] Compound Slider
Expand Down
Loading

0 comments on commit 011df55

Please sign in to comment.