Unplanned
Last Updated: 12 Sep 2024 05:58 by Sam
Sam
Created on: 12 Sep 2024 05:58
Category: Grid
Type: Bug Report
1
The labels in the popup edit form are orphaned (not linked to their respective input editor)

I have recently encountered an accessibility issue with the grid popup editor where the labels for the generated fields are not linked to their respective editor. It seems that the label does have a "for" attribute that is the same as the column title which I expect, but the Id of the input does not get set to the same thing. I can't see any option to make the association happen automatically.

===

ADMIN EDIT

===

A possible option for the time being is to use a custom popup edit form. You may either declare your desired custom content for the form and link the labels to their respective inputs or use the Form component with the field autogeneration feature which will automatically link the labels to the inputs.

0 comments