-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Form controls] Added
alert
icon indicators for invalid state (#5738)
* [EuiFormControlLayout] Added `isInvalid` prop which is passed through to `EuiFormControlLayoutIcon` which renders the `alert` icon in red * Passed the `isInvalid` through for some form controls - EuiFieldNumber, EuiFieldPassword, EuiFieldText, EuiSelect, EuiSuperSelect - EuiFieldSearch attempts to create a new class for the number of icons * Added a `getFormControlClassNameForIconCount` localized service for couting icons * Change className output from rendering component-specific to generic to reduce output syles * [EuiFormControlLayout] Added `isDropdown` to create and control the arrow down icon * [EuiColorPicker] Fix usage of EuiFormControlLayout to not double * [EuiSelect] & [EuiSuperSelect] Update to new EuiFormControlLayout props - Fixed EuiSuperSelect border radius with append/prepend #5442 - Fixed EuiSuperSelect not respecting `readOnly` #3510 * [EuiValidatableControl] Add `aria-invalid`
- Loading branch information
Showing
47 changed files
with
768 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.