SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.47k stars 254 forks source link

[SF_ACC][Feature Request][FileUploader]: adding "required" & "accessibleName" property #9095

Closed ksblklu02 closed 1 month ago

ksblklu02 commented 1 month ago

Feature Request Description

With JAWS, when user navigate with Tab key to the FileUploader component, If the corresponding label is set to "required", the component cannot announce the "required" information and the field label text.

Proposed Solution

Adding requried & accessibleName property to the FileUploader component.

Proposed Alternatives

No response

Organization

No response

Additional Context

No response

Priority

Medium

Privacy Policy

plamenivanov91 commented 1 month ago

Hello @SAP/ui5-webcomponents-topic-b,

Could you please take a look of this feature request?

The reporter would like to have the option to make the FileUploader field required and to have accesibleName.

Regards, Plamen Ivanov

DMihaylova commented 1 month ago

Hi @ksblklu02,

We already have the same requirement, so you could follow it here: https://github.com/SAP/ui5-webcomponents/issues/5893. It's tricky to add a required property to the ui5-file-uploader as we currently see it. That's why together with design and ACC colleagues we aligned a refactoring that we plan to implement during Q3/Q4. That refactoring will also clean up the road for implementing accessibleNameRef, which we started months ago but we'd like to submit at the end of the whole operation in order to reduce the potential collisions and have the clearest solution as possible.

Regards, Diana