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
It would be nice if we could validate form right on client, without refreshing whole page.
Simple stuff like required, max length and other could be client-only more complicated like inline forms (foreign keys) would have to be done with ajax-validation with proper JSON response with errors.
The text was updated successfully, but these errors were encountered:
It would be nice if we could validate form right on client, without refreshing whole page.
Simple stuff like required, max length and other could be client-only more complicated like inline forms (foreign keys) would have to be done with ajax-validation with proper JSON response with errors.
The text was updated successfully, but these errors were encountered: