feat(autocomplete): Create a component AutoCompleteInput

This commit is contained in:
Hugo Falcao
2022-09-09 23:43:35 -03:00
parent e8209762c0
commit bb54c1eb45
5 changed files with 161 additions and 230 deletions

View File

@@ -16,6 +16,7 @@
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"@types/google.maps": "^3.50.0",
"@types/jest": "^26.0.20",
"@types/node": "^12.19.15",
"@types/react": "^18.0.18",
@@ -30,7 +31,6 @@
"pullstate": "^1.24.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-places-autocomplete": "^3.4.0",
"react-hook-form": "^7.30.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",