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
Currently, the error property on pure, invalid instances of FormzInput is non-null, indicating what the validation error was. Perhaps Formz could expose an additional getter for UI purposes to indicate that the validation error, while correct, is typically ignored for pure forms from a UI perspective. Ignoring validation errors on unmodified (pure) fields typically creates a more pleasant UI experience, and a mechanism like this might better facilitate that.
Currently, the error property on pure, invalid instances of
FormzInput
is non-null, indicating what the validation error was. Perhaps Formz could expose an additional getter for UI purposes to indicate that the validation error, while correct, is typically ignored for pure forms from a UI perspective. Ignoring validation errors on unmodified (pure) fields typically creates a more pleasant UI experience, and a mechanism like this might better facilitate that.Other approaches could also solve the same problem, I'm sure.
The text was updated successfully, but these errors were encountered: