Added first autocomplete implementation on tags selector

This commit is contained in:
Alejandro Celaya
2018-08-31 18:00:33 +02:00
parent 1519f89318
commit b0bce7498a
11 changed files with 184 additions and 55 deletions

View File

@@ -35,6 +35,7 @@
"react/jsx-first-prop-new-line": ["error", "multiline-multiprop"],
"react/jsx-closing-bracket-location": ["error", "tag-aligned"],
"react/no-array-index-key": "off",
"react/no-did-update-set-state": "off"
"react/no-did-update-set-state": "off",
"react/display-name": "off"
}
}