BooleanMetaDataField's behaviour doubts #141
Unanswered
EnriColombo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That sounds like a bug. I added that feature and I must have overlooked that use case of having the boxes pre-checked. Sorry! If you would be up for fixing it, that would be appreciated (just file an issue first), otherwise I'll get to it when I have some time (next week at the earliest, I've got a lot on my plate at the moment). Thanks for flagging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question related to a BooleanMetaDataField in metadataFields parameter of SupaEmailAuth widget. What should be its actual behaviour in case both 'value' and 'isRequired' parameters are set to 'true'? When I initially submit the form without interacting with the checkbox, I get the error 'This field is required', then I have to deselect and reselect the checkbox to submit it correctly. I'd expect no interactions by the user at all if the checkbox is already checked and it's required.
Please help me to understand.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions