Skip to content

Commit

Permalink
Merge pull request #16355 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update accessibilitydoc.ts
  • Loading branch information
cetincakiroglu authored Sep 26, 2024
2 parents efa112b + 4bfa107 commit 8679329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/multiselect/accessibilitydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Code } from '@domain/code';
<p>If filtering is enabled, <i>filterInputProps</i> can be defined to give <i>aria-*</i> props to the input element.</p>
<p>Close button uses <i>close</i> key of the <i>aria</i> property from the <a href="/configuration/#locale">locale</a> API as the <i>aria-label</i> by default, this can be overriden with the <i>closeButtonProps</i>.</p>
<p>Close button uses <i>close</i> key of the <i>aria</i> property from the <a href="/configuration/#locale">locale</a> API as the <i>aria-label</i> by default, this can be overridden with the <i>closeButtonProps</i>.</p>
</app-docsectiontext>
<app-code [code]="code" [hideToggleCode]="true" [hideCodeSandbox]="true" [hideStackBlitz]="true"></app-code>
Expand Down

0 comments on commit 8679329

Please sign in to comment.