Fix field placeholder regression
This commit is contained in:
parent
0fd5714e21
commit
6559fd499e
3 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
/>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue