-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
design systemUpdates or issues to align components to the Red Hat Design System.Updates or issues to align components to the Red Hat Design System.priority: lowSeverity level: 3Severity level: 3update component request
Description
Component name: pf-text-input
property validated missing options
Design specification updates
Elements allow:
/**
* Value to indicate if the input is modified to show that validation state.
* If set to success, input will be modified to indicate valid state.
* If set to warning, input will be modified to indicate warning state.
* Invalid inputs will display an error state
*/
@property({ reflect: true }) validated?: 'success' | 'warning';React 4 allow:
/** Variant styling of the helper text item. */
variant?: 'default' | 'indeterminate' | 'warning' | 'success' | 'error';Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
design systemUpdates or issues to align components to the Red Hat Design System.Updates or issues to align components to the Red Hat Design System.priority: lowSeverity level: 3Severity level: 3update component request