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
Right now the field level validations on objects such as Image are performed just before serializing the data. This can lead to situation where incorrect value is put in, but the problem is only discovered much later. It's almost impossible to detect what went wrong in such cases.
It would be cool if we could do the validations immediately after setting the property.
The text was updated successfully, but these errors were encountered:
Right now the field level validations on objects such as
Image
are performed just before serializing the data. This can lead to situation where incorrect value is put in, but the problem is only discovered much later. It's almost impossible to detect what went wrong in such cases.It would be cool if we could do the validations immediately after setting the property.
The text was updated successfully, but these errors were encountered: