refactor form fields to enable usage with react-hook-form (#1656)

React Hook Form is a library that makes working with forms easier and reduces boilerplate. For it to be used in our project, some of the form fields had to be adjusted.
This commit is contained in:
Konstantin Schaper
2021-05-14 09:08:57 +02:00
committed by GitHub
parent 7286a62a80
commit 640a270e1d
21 changed files with 1926 additions and 306 deletions

View File

@@ -11,6 +11,7 @@
"classnames": "^2.2.6",
"query-string": "^5.0.1",
"react": "^17.0.1",
"react-hook-form": "^7.5.1",
"react-i18next": "^10.13.1",
"react-redux": "^5.0.7",
"react-router-dom": "^5.1.2",