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
On creating an xml, with multiple Choice tags (I tried it with TextArea as well and it made the same behavior) where both tags have required=true and perRegion=true, only one of them is set to be required while the other one is get by-passed.
You can try these suggestions to see if it works for your use case, while we are investigating
Combine Choices into a Single Control:
If possible, combine your Choices into a single Choices tag. This way, all your options are within one control, and the required validation will apply to the combined choices.
Use Nested Choices or Taxonomy:
If you need to group choices, consider using the Taxonomy tag, which allows for hierarchical options and better organization.
Describe the bug
On creating an xml, with multiple Choice tags (I tried it with TextArea as well and it made the same behavior) where both tags have
required=true
andperRegion=true
, only one of them is set to be required while the other one is get by-passed.This is an example of XML I'm using
`
`
Expected behavior
While choosing only one choice and neglecting the other one and trying to submit, it should block me as both are required.
The text was updated successfully, but these errors were encountered: