Closed bryceknz closed 5 years ago
The value attributes in the Register component are in a bit of a 'state' 😆
Please ensure that each input field has the value set correctly, e.g. the surname field should have value={this.state.surname}.
surname
value={this.state.surname}
The value attributes in the Register component are in a bit of a 'state' 😆
Please ensure that each input field has the value set correctly, e.g. the
surname
field should havevalue={this.state.surname}
.