Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
4.23k
stars
817
forks
source link
[Accessibility] Dynamic Panel: The next Remove button is not focused after a panel is removed #8940
Closed
jawher-tabessi closed 1 month ago
Are you requesting a feature, reporting a bug or asking a question?
Requesting a feature for accessibility
What is the current behavior?
In keyboard navigation, when you validate (enter) the “Remove” button, the focus don't moves to the next “Remove” button
In keyboard navigation, when there is no more “Remove” button, the focus don't returns to the “Add new” button
"Remove" buttons don't have dynamic (relating to the number) titles attributes exp “Remove the field n {field label} “
What is the expected behavior?
In keyboard navigation, when you validate (enter) the “Remove” button, the focus must moves to the next “Remove” button
In keyboard navigation, when there is no more “Remove” button, the focus must returns to the “Add new” button
Each "Remove" button must have dynamic (relating to the number) title attribute exp “Remove the field n {field label} “
Provide the tested page URL
Tested page URL: https://surveyjs.io/form-library/examples/duplicate-group-of-fields-in-form/reactjs
Specify your