Skip to content

Commit 82e7888

Browse files
authored
Merge pull request #1879 from ProcessMaker/bugfix/FOUR-28327
FOUR-28327:Accesibility options are duplicated in Advanced tab
2 parents 07801d7 + 02caf48 commit 82e7888

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/components/accordions.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,26 +70,6 @@ export default [
7070
"defaultValue",
7171
"showForDesktop",
7272
{name: "customFormatter", showFor: "FormInput"},
73-
{name: "ariaLabel", showFor: "FormInput"},
74-
{name: "ariaLabel", showFor: "FormSelectList"},
75-
{name: "ariaLabel", showFor: "FormDatePicker"},
76-
{name: "ariaLabel", showFor: "FormCheckbox"},
77-
{name: "ariaLabel", showFor: "FormDatePicker"},
78-
{name: "ariaLabel", showFor: "FileUpload"},
79-
{name: "ariaLabel", showFor: "FileDownload"},
80-
{name: "ariaLabel", showFor: "FormSelectList"},
81-
{name: "ariaLabel", showFor: "FormButton"},
82-
{name: "ariaLabel", showFor: "FormTextArea"},
83-
{name: "tabindex", showFor: "FormInput"},
84-
{name: "tabindex", showFor: "FormSelectList"},
85-
{name: "tabindex", showFor: "FormDatePicker"},
86-
{name: "tabindex", showFor: "FormCheckbox"},
87-
{name: "tabindex", showFor: "FormDatePicker"},
88-
{name: "tabindex", showFor: "FileUpload"},
89-
{name: "tabindex", showFor: "FileDownload"},
90-
{name: "tabindex", showFor: "FormSelectList"},
91-
{name: "tabindex", showFor: "FormButton"},
92-
{name: "tabindex", showFor: "FormTextArea"},
9373
{name: "encryptedConfig", showFor: "FormInput"},
9474
{name: "variablesToSubmit", showFor: "FormButton"},
9575
],

0 commit comments

Comments
 (0)