From ba3145fcb14759309f1c3c7e27911ecbd47ab221 Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Sun, 14 Dec 2025 18:47:02 -0500 Subject: [PATCH] fix form state restores in firefox --- packages/webawesome/docs/docs/resources/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/webawesome/docs/docs/resources/changelog.md b/packages/webawesome/docs/docs/resources/changelog.md index 28668cb69..2e7cb8dc0 100644 --- a/packages/webawesome/docs/docs/resources/changelog.md +++ b/packages/webawesome/docs/docs/resources/changelog.md @@ -24,6 +24,7 @@ Components with the Experimental badge sh - Fixed a bug in `` that prevented the icon dependency from being imported [issue:1825] - Fixed a bug in `` that prevented clicks on the tag's remove button from removing options in multiple mode - Fixed a bug in `` that caused tags to appear in alphabetical order instead of selection order when using `multiple` +- Fixed a bug in Form Controls where Firefox would restore the incorrect data. [pr:] - Improved performance of `` so initial rendering occurs faster, especially with multiple icons on the page [issue:1729] - Improved performance of all components by fixing how CSS is imported and reused [issue:1812] - Modified the default `transition` styles of `` to use design tokens [pr:1693] @@ -510,4 +511,4 @@ Many of these changes and improvements were the direct result of feedback from u -Did we miss something? [Let us know!](https://github.com/shoelace-style/webawesome/discussions) +Did we miss something? [Let us know!](https://github.com/shoelace-style/webawesome/discussions) \ No newline at end of file