Please Log in or Create an account to join the conversation.
I can't see any reason this would create an infinite loop unless State was conditioning itself. Please provide any JS errors you're seeing with the above condition.A conditional hide to the field itself does infinite loop and it is forced to a static condition to avoid Javascript errors (debug message).
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can't select an empty value if the field is marked required. That's working as expected. Don't mark State required and that'll solve your issue.The second case doesn't allow me to go on as the field is required and it is not accepting empty
No, a field can't condition itself. That would create an infinite loop. Don't mark State required as you're wanting to accept None thus the field is not actually required.So the solution would be to hide when empty and show when non-empty, correct?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.