Skip to content

Commit

Permalink
fix(search): resolve descrepancy in close button aria-label prop (#18383
Browse files Browse the repository at this point in the history
)
  • Loading branch information
makafsal authored Jan 28, 2025
1 parent e8b71a4 commit 3ce0c86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const Expandable = {
<cds-search
size="lg"
expandable
close-button-assistive-text="Clear search input"
close-button-label-text="Clear search input"
label-text="Search"
placeholder="Find your items"
type="text"></cds-search>
Expand Down Expand Up @@ -173,7 +173,7 @@ export const Playground = {
return html`
<cds-search
autocomplete="${autoComplete}"
close-button-assistive-text="${ifDefined(closeButtonLabelText)}"
close-button-label-text="${ifDefined(closeButtonLabelText)}"
color-scheme="${ifDefined(colorScheme)}"
?disabled="${disabled}"
label-text="${ifDefined(labelText)}"
Expand Down

0 comments on commit 3ce0c86

Please sign in to comment.