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
During registration, using the new map selector can make us easily miss the state selector. Users can go until the end of the registration process and end up with an ugly error message they do not understand.
Expected Behavior
I expect the field to work like when the localization of the address is not used: the mandatory field is highlighted.
Actual Behaviour
I see an ugly error at the end of the tunnel and I don't know what that error means. It's not translated and does not show the field which has a missing info.
Steps to Reproduce
Go to /register and start registering as a new enterprise
Write a complete address without using the state and country selectors
Localize the address
Move on to the others steps
Try to finish
Animated Gif/Screenshot
No error message here:
Only here:
Workaround
Select a state. But how would a user know that this is intended?
Severity
bug-s2: a non-critical feature is broken, no workaround
Your Environment
Version used: v.3.7.1
Browser name and version: Firefox and chrome
Operating System and version (desktop or mobile): Both
Possible Fix
Clearly indicate to the user that state and country are mandatory, the same way we do it for the other part of the address?
The text was updated successfully, but these errors were encountered:
RachL
added
the
bug-s2
The bug is affecting any of the non-critical features described in S1 and there is no workaround.
label
May 17, 2021
This is indirectly caused by the fact that the default country is not set correctly. Because the default country doesn't appear in the dropdown, the states do not appear in the state dropdown, and we don't do the check for whether the country requires_states is true (in the case of FR it looks like it's set to false).
Description
During registration, using the new map selector can make us easily miss the state selector. Users can go until the end of the registration process and end up with an ugly error message they do not understand.
Expected Behavior
I expect the field to work like when the localization of the address is not used: the mandatory field is highlighted.
Actual Behaviour
I see an ugly error at the end of the tunnel and I don't know what that error means. It's not translated and does not show the field which has a missing info.
Steps to Reproduce
Animated Gif/Screenshot
No error message here:
Only here:
Workaround
Select a state. But how would a user know that this is intended?
Severity
bug-s2: a non-critical feature is broken, no workaround
Your Environment
Possible Fix
Clearly indicate to the user that state and country are mandatory, the same way we do it for the other part of the address?
The text was updated successfully, but these errors were encountered: