From e6532371ab25b3db563a543668464331ce41c758 Mon Sep 17 00:00:00 2001 From: mlloydbixal Date: Thu, 5 Dec 2024 21:11:07 -0500 Subject: [PATCH] Add changelog for input mask --- _data/changelogs/component-input-mask.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_data/changelogs/component-input-mask.yml b/_data/changelogs/component-input-mask.yml index 96657f4888..e98ca79ec2 100644 --- a/_data/changelogs/component-input-mask.yml +++ b/_data/changelogs/component-input-mask.yml @@ -2,6 +2,14 @@ title: Input mask type: component changelogURL: items: + - date: NNNN-NN-NN + summary: Improve invalid character feedback with error message. + summaryAdditional: Add error messages (customizable via data attributes) to give proper user feedback when an invalid character is not added to the input value. + affectsJavascript: true + affectsAccessibility: true + githubPr: 6203 + githubRepo: uswds + versionUswds: N.N.N - date: 2024-05-31 summary: Fixed a bug that caused input mask to break when it is not a direct child of a form. summaryAdditional: Nested input masks will now initialize and work properly.