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
Rich types are validated so that the Next button is enabled/disabled as needed.
When a wrong selection is made then corrected, the Next button is enabled.
When all fields were selected and a wrong selection is made, the Next button is disabled.
Tasks
...
Analysis
When validating rich type fields, modifying a selection should trigger a new check to enable/disable the Next button as needed. The state is updated when a "rich type" is modified but not when the standard "type" is changed.
Standard "type" field is updated → the Next button should be disabled.
"Rich type" field is updated → the Next button should also be disabled.
Acceptance
Next
button is enabled/disabled as needed.Next
button is enabled.Next
button is disabled.Tasks
Analysis
When validating rich type fields, modifying a selection should trigger a new check to enable/disable the
Next
button as needed. The state is updated when a "rich type" is modified but not when the standard "type" is changed.Standard "type" field is updated → the
Next
button should be disabled."Rich type" field is updated → the
Next
button should also be disabled./cc @nirabpudasaini
The text was updated successfully, but these errors were encountered: