You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding some fields with custom extension to shipping address form. By default, these fields hidden and disabled. These are depends on a select (address_type) input to being visible.
Fill the form except custom fields (Still disabled and hidden)
Click 'Next' button to submit form
Expected result
Navigate to payment step with shipping address info
Actual result
It is trying to validate hidden and disabled fields, so can not move on.
If select other address_type option which is enabling and show fields, required validation errors shown up.