From 3d98734821d4e768c9bec6bb056e32697800dffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:21:02 +0300 Subject: [PATCH] fix typo --- src/app/showcase/doc/listbox/accessibilitydoc.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/showcase/doc/listbox/accessibilitydoc.ts b/src/app/showcase/doc/listbox/accessibilitydoc.ts index 85f70fa7b06..d9749e1556d 100644 --- a/src/app/showcase/doc/listbox/accessibilitydoc.ts +++ b/src/app/showcase/doc/listbox/accessibilitydoc.ts @@ -10,7 +10,6 @@ import { Code } from '../../domain/code'; Value to describe the component can be provided ariaLabelledBy or ariaLabel props. The list element has a listbox role with the aria-multiselectable attribute that sets to true when multiple selection is enabled. Each list item has an option role with aria-selected and aria-disabled as their attributes.

-

If filtering is enabled, filterInputProps can be defined to give aria-* props to the input element. Alternatively filterPlaceholder is usually utilized by the screen readers as well.