Closed rpf13 closed 1 year ago
This commit will fix a problem in the SignIn and SignUp form. Since I have added in an earlier step the htmlFor attribute and an id in each form field, this a duplicate with the already set controlID set. React Bootstrap will dynamically create the labels for this when set.
It is documented in https://react-bootstrap.netlify.app/docs/forms/form-control/
https://stackoverflow.com/questions/46776626/what-is-a-controlid-in-react-bootstrap
Therefore I did remove it again from these two forms. The other forms in my app do not have such a controllID, since I was not aware of the clear meaning up until the final testing.
commit id: dd93c06
When accessing the signIn and signUp form, I see the following errors in the console: