You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ksblklu02
changed the title
[SF_ACC][Label][Select]: "for" property not working for Select
[SF_ACC][Label][Select]: Label "for" property not associated with Select
Oct 10, 2024
For the time being you can use the available Select's acc APIs:
/** * Defines the accessible ARIA name of the component. * @since 1.0.0-rc.9 * @public * @default undefined */
@property()accessibleName?: string;/** * Receives id(or many ids) of the elements that label the select. * @default undefined * @public * @since 1.0.0-rc.15 */
@property()accessibleNameRef?: string;
Bug Description
Label "for" property not working for Select
Affected Component
ui5-label
Expected Behaviour
The label text should be announced when the associated Select component get focused
Isolated Example
No response
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
Medium
UI5 Web Components Version
2.3.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
SAP SuccessFactors
Declaration
The text was updated successfully, but these errors were encountered: