CCALI / a2jviewer

This is the repo for the A2J Viewer
https://www.a2jauthor.org
Other
5 stars 8 forks source link

improve validation for all fields #271

Open tobiasnteireho opened 1 month ago

tobiasnteireho commented 1 month ago

a validate field function is fired on every onChange event, however it can be improved to better restrict valid data for more fields

https://github.com/CCALI/a2jviewer/blob/c9497a1e22a4bc6b8c1aa9e1308c67b509ed95c6/src/mobile/pages/fields/field/field.js#L290

related to #266 #265