Skip to content

Commit

Permalink
fix(filter): corrects the accessible label (#8069)
Browse files Browse the repository at this point in the history
**Related Issue:** #5626

## Summary

- Correctly set the label for the filter component
  • Loading branch information
driskull authored Oct 27, 2023
1 parent b46bf18 commit c203084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ export class Filter
<div class={CSS.container}>
<label>
<calcite-input
aria-label={this.messages.label}
clearable={true}
disabled={disabled}
icon={ICONS.search}
label={this.messages.label}
messageOverrides={{ clear: this.messages.clear }}
onCalciteInputInput={this.inputHandler}
onKeyDown={this.keyDownHandler}
Expand Down

0 comments on commit c203084

Please sign in to comment.