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
I’m thinking we should define a few validation states for all the form components, and have InputField pass that down as a prop to the InputTextField and whatever other children.
Style for those validation states would be handled in the hintText and InputTextField components individually.
I’m also thinking instead of hintText, we should have help, and that help should be a node, not a string, so that we can include any help text and validation language when necessary, as well as icon like a warning triangle if in error.
Component:
Will this modification effect the existing functionality?
Describe your proposed change
errorText
to inputField to show invalid entryrequired
propThe text was updated successfully, but these errors were encountered: