Feature Request Description
In SapUI5 a live region is added, which announces when a list item was selected/unselected. This feature is currently missing in ui5wc.
Proposed Solution
Create a live region if a selectionMode other than "None" is defined and announce the selection state of the pressed list item.
Proposed Alternatives
Alternatively, this can be handled on the application side - for example, using Invisible Messaging. However, a drawback is that announcements would need to be translated within each application and also from a consistency perspective, this may not be optimal, as some apps might implement announcements while others do not.
Organization
UI5WCR
Additional Context
I noticed this behavior, because of this issue: UI5/webcomponents-react#7592
There we'll implement a dedicated announcement for the SelectDialog if it's in multi-select mode.
Priority
None
Privacy Policy
Feature Request Description
In SapUI5 a live region is added, which announces when a list item was selected/unselected. This feature is currently missing in ui5wc.
Proposed Solution
Create a live region if a
selectionModeother than"None"is defined and announce the selection state of the pressed list item.Proposed Alternatives
Alternatively, this can be handled on the application side - for example, using Invisible Messaging. However, a drawback is that announcements would need to be translated within each application and also from a consistency perspective, this may not be optimal, as some apps might implement announcements while others do not.
Organization
UI5WCR
Additional Context
I noticed this behavior, because of this issue: UI5/webcomponents-react#7592
There we'll implement a dedicated announcement for the SelectDialog if it's in multi-select mode.
Priority
None
Privacy Policy