[Input] BUG : Input field requires a message object to show error formatting, without opt-out #799
Labels
bug
Something isn't working
enhancement
Enhancement to an existing feature or component
web component
@momentum-ui/web-components
drives its error/warning/success styles from a passed in Message object. It relies upon that object to know what kind of formatting and color to apply. It also uses that content to display a message. However, there is no override to disabled the message showing and only use the styling changes.
See Editable Textfield for an example of a component that does include an attribute to allow users to skip the message
See Phone Input for an example of a complex element that cannot currently hide this message
Issue Type
Bug Report
Component or Pattern Affected
md-input
Expected Behavior
A user should be able to tell the component to not render the error message
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: