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
fix(frontend): allow digits in question field names for validation
Previously, validation messages failed to appear for form fields containing digits in their
names. The regex now correctly distinguishes numeric-only parts from mixed alphanumeric ones.
0 commit comments