-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FCT 1207-1224: unique id's for error and warning containers in all `-…
…Field` components (#2950) * feat(unique error ids): update FieldErrors and FieldWarnings to render the passed id on the wrapper container isntead of on the container for each message so that all errors/warnings can be referred to by aria-errormessage using a single id, update all -Field components to build the id's for their error and warning containers based on their unique id, update tests * fix(async field tests): use async tests for async fields to get rid of act warning * fix(changeset): version as patch instead of minor release
- Loading branch information
1 parent
4c29416
commit c41a012
Showing
39 changed files
with
604 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
'@commercetools-uikit/localized-multiline-text-field': patch | ||
'@commercetools-uikit/async-creatable-select-field': patch | ||
'@commercetools-uikit/creatable-select-field': patch | ||
'@commercetools-uikit/localized-text-field': patch | ||
'@commercetools-uikit/multiline-text-field': patch | ||
'@commercetools-uikit/search-select-field': patch | ||
'@commercetools-uikit/async-select-field': patch | ||
'@commercetools-uikit/date-range-field': patch | ||
'@commercetools-uikit/date-time-field': patch | ||
'@commercetools-uikit/password-field': patch | ||
'@commercetools-uikit/number-field': patch | ||
'@commercetools-uikit/select-field': patch | ||
'@commercetools-uikit/money-field': patch | ||
'@commercetools-uikit/radio-field': patch | ||
'@commercetools-uikit/date-field': patch | ||
'@commercetools-uikit/text-field': patch | ||
'@commercetools-uikit/time-field': patch | ||
'@commercetools-uikit/field-warnings': patch | ||
'@commercetools-uikit/field-errors': patch | ||
--- | ||
|
||
Ensure that `FieldWarnings` and `FieldErrors` display a single id by adding id to wrapper instead of to each error or warning, Ensure all `-Field` components assign unique id's to their error and warning message containers |
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
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
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.