Describe the bug
When submitting the AddressForm the phone field will always throw an "is required" error regardless if the field has a value or not. After digging around it looks like the component is getting and storing the value in the state but it never gets passed up to the Form like the TextInput and Select do.
Type: major
Describe the bug When submitting the AddressForm the phone field will always throw an "is required" error regardless if the field has a value or not. After digging around it looks like the component is getting and storing the value in the state but it never gets passed up to the Form like the TextInput and Select do.
To Reproduce Steps to reproduce the behavior:
Expected behavior PhoneNumberInput should pass it's value back to the form on change/submit
Screenshots