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
Describe the bug
If there is a list with conditional list items, and this is displayed on a page, if the page is submitted but there are other errors on the page, the hidden list items will be shown. This can cause confusion for the user in situation where they are being given a set of instructions based on their answers.
To Reproduce
Steps to reproduce the behavior:
Create a form, give the first page a yes/no field, create a condition which is true if the answer to the yes/no field is yes
Create a list, with two items, one with the previously created condition and one without
Add the list to the second page, as well as a required checkbox
Preview the form in the runner, setting the yes/no field on the first page to no
Navigate to the second page, and see that the conditional item is hidden. Attempt to continue to the summary page without checking the checkbox, and see that the page reloads with the required error and the conditional list item is shown.
Expected behavior
The hidden list item should continue to be hidden on page reloads.
Screenshots
Desktop (please complete the following information):
OS: MacOS Ventura 13.3.1
Browser: Chrome
Version: 113
The text was updated successfully, but these errors were encountered:
Describe the bug
If there is a list with conditional list items, and this is displayed on a page, if the page is submitted but there are other errors on the page, the hidden list items will be shown. This can cause confusion for the user in situation where they are being given a set of instructions based on their answers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The hidden list item should continue to be hidden on page reloads.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: