Revalidate form fields on form entry after closing another form #189

Open
opened 2025-08-29 13:23:05 +00:00 by jsheunis · 0 comments
jsheunis commented 2025-08-29 13:23:05 +00:00 (Migrated from github.com)

To reproduce the issue:

  • add a value to a field with regex -> it validates on entry
  • leave the entry while the field is still invalid, form indicates invailidity
  • open a new form to create a different related record
  • save new form, app shows previous form again
  • invalid value in the previously edited field is still present, but the invalidity is not indicated, i.e. it did not validate again

Should validation happen here? Or not? Where else?

To reproduce the issue: - add a value to a field with regex -> it validates on entry - leave the entry while the field is still invalid, form indicates invailidity - open a new form to create a different related record - save new form, app shows previous form again - invalid value in the previously edited field is still present, but the invalidity is not indicated, i.e. it did not validate again Should validation happen here? Or not? Where else?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
orinoco/shacl-vue#189
No description provided.