OpenClinica / enketo-oc

OpenClinica's fork of the Enketo web forms monorepo
Apache License 2.0
0 stars 1 forks source link

Signature Widget becoming not required #63

Open Apotischman opened 1 year ago

Apotischman commented 1 year ago

Describe the bug If a user signs the required signature widget, clears it, tries to complete and cancels, the widget no longer required

To Reproduce

  1. Draw a line in the signature widget
  2. Clear the signature widget (note the item appears as required as expected)
  3. Click Complete button and click "Confirm"
  4. An alert appears stating that some values have errors. Click "Cancel"
  5. The widget is no longer required

Expected behavior A required field should stay required

XFORM_sig_widget.txt

MartijnR commented 1 year ago
MartijnR commented 1 year ago

issue: https://github.com/enketo/enketo/issues/54 fix: https://github.com/enketo/enketo-core/pull/931

MartijnR commented 1 year ago