Custom Field Edit accessibility

I was trying out the new preview for the Custom Field Edit component and it doesn’t look like it’s accessible. There’s no visible label and I can’t see any way to associate it with the pseudo-label that is the custom field name already on the page. There don’t seem to be any props exposed on the CustomFieldEdit component or on the Select component.

My Forge app is all about accessibility so I’ll have to keep using the popup modal dialog approach. It’s not great for accessibility either, but at least the field can be labelled.

Please ensure accessibility is covered (ideally before releasing things as Preview releases) as I know it is taken seriously by the Design System components.

With Select components, accessibility is covered with Label components that are associated with props on the Label components.

Thanks for the reply but this isn’t when working with Select and the Form components. This is when using Select and the new CustomFieldEdit component. The new CustomFieldEdit component doesn’t expose any props to connect the Select with the content on the issue (which is not even a label).

Funny story but I was on the dev team that created both the Select and Form components while I worked at Atlassian — I know both packages (at the Design System level) quite well :slight_smile: