From c1ecca01694ba6325fdfc0fbc5d8d8d6830ec2d5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 18 Feb 2025 10:09:52 -0500 Subject: [PATCH] fix select hint (#760) --- docs/docs/resources/changelog.md | 1 + src/components/select/select.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index d94bbaf44..d83ad2e38 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -43,6 +43,7 @@ You can find them in the first column of each color palette. - Fixed a bug where child elements did not have correct rounding when headers and footers were absent. - Re-introduced `--border-color` so that the card itself can have a different border color than its inner borders. - Fixed a bug that prevented slots from showing automatically without `with-` attributes +- Fixed a bug in `` that prevented the description from being read by screen readers ### Docs diff --git a/src/components/select/select.ts b/src/components/select/select.ts index bcc287563..e82c53d2c 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -927,6 +927,7 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement {