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
APIs like setMessage() and setValidationState() were designed with a specific project in mind. Now that we have more experience with this library, it may be a good idea to review how these are implemented, make them more consistent and fun to work with.
The text was updated successfully, but these errors were encountered:
The setValidataionState() should probably be kept, there are times we need to change the state of the control without setting a message. However instead of having to do setMessage(msg) then setValidationState(), it would be easier to just call setErrorMessage(msg) or something to that effect.
APIs like
setMessage()
andsetValidationState()
were designed with a specific project in mind. Now that we have more experience with this library, it may be a good idea to review how these are implemented, make them more consistent and fun to work with.The text was updated successfully, but these errors were encountered: