psychoinformatics-de/shacl-vue

Revalidate form fields on form entry after closing another form

Open

#189 opened on Aug 29, 2025

 (0 comments) (0 reactions) (0 assignees)Vue (4 forks)auto 404
good first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide