Fix field placeholder regression

This commit is contained in:
Jorik Schellekens 2020-05-28 21:09:42 +01:00
parent 0fd5714e21
commit 6559fd499e
3 changed files with 4 additions and 4 deletions

View file

@ -473,7 +473,7 @@ export default createReactClass({
type="text"
label={phoneLabel}
value={this.state.phoneNumber}
prefix={phoneCountry}
prefixComponent={phoneCountry}
onChange={this.onPhoneNumberChange}
onValidate={this.onPhoneNumberValidate}
/>;