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
Scenario: Say we have a radio button group and for each button a flag is set to show/hide another HTML element.
Bug: At the moment, when you manually select one of the buttons in the group to show another HTML element and submit the form with errors, after the page reload, the other element which supposed to show is still hidden, but the button in the group is selected to show the other element.