diff --git a/_components/text-input/guidance/usability.md b/_components/text-input/guidance/usability.md index d5965799d9..f891135884 100644 --- a/_components/text-input/guidance/usability.md +++ b/_components/text-input/guidance/usability.md @@ -2,4 +2,3 @@ - **Consider the mobile context.** Text inputs are among the easiest type of input for desktop users but are more difficult for mobile users. - **Wait to validate.** Only show error validation messages or stylings after a user has interacted with a particular field. - **Avoid placeholder text.** Avoid using placeholder text that appears within a text field before a user starts typing. If placeholder text is no longer visible after a user clicks into the field, users will no longer have that text available when they need to review their entries. (People who have cognitive or visual disabilities have additional problems with placeholder text.) -. \ No newline at end of file diff --git a/_data/changelogs/component-text-input.yml b/_data/changelogs/component-text-input.yml index ac6449d9d9..2b2b17c014 100644 --- a/_data/changelogs/component-text-input.yml +++ b/_data/changelogs/component-text-input.yml @@ -5,6 +5,16 @@ type: component changelogURL: items: + - date: NNNN-NN-NN + summary: Added `textarea` support to the validation component. + summaryAdditional: + isBreaking: false + affectsJavascript: true + affectsMarkup: true + affectsStyles: + githubPr: 5233 + githubRepo: uswds + versionUswds: 3.8.0 - date: 2023-11-16 summary: Updated the listed values for `.usa-input--[width]`. affectsGuidance: true diff --git a/_data/changelogs/component-validation.yml b/_data/changelogs/component-validation.yml index a573a2fda3..f4449886fa 100644 --- a/_data/changelogs/component-validation.yml +++ b/_data/changelogs/component-validation.yml @@ -2,6 +2,15 @@ title: Validation type: component changelogURL: items: + - date: NNNN-NN-NN + summary: Added `textarea` support to the validation component. + isBreaking: false + affectsAccessibility: false + affectsJavascript: true + affectsMarkup: true + githubPr: 5233 + githubRepo: uswds + versionUswds: 3.8.0 - date: 2022-12-21 summary: Clarified implementation guidance and removed the `#` from the example `data-validation-element` value. summaryAdditional: