We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbb8ac commit dc5ef15Copy full SHA for dc5ef15
components/Formsy/PhoneInput.jsx
@@ -62,7 +62,7 @@ class PhoneInput extends Component {
62
63
if (asYouTypeTmp.countryCallingCode) {
64
this.setState({ currentCountry: country })
65
- this.changeValue({ target: { value: `${asYouTypeTmp.countryCallingCode}${phoneNumber}` } })
+ this.changeValue({ target: { value: `+${asYouTypeTmp.countryCallingCode}${phoneNumber}` } })
66
}
67
68
0 commit comments