diff --git a/.changeset/clever-cats-sing.md b/.changeset/clever-cats-sing.md new file mode 100644 index 0000000000000..682196a75d316 --- /dev/null +++ b/.changeset/clever-cats-sing.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/meteor": patch +--- + +refactor(client): remove unnecessary aria-label in MultiSelectSettingInput diff --git a/apps/meteor/client/views/admin/settings/Setting/inputs/MultiSelectSettingInput.tsx b/apps/meteor/client/views/admin/settings/Setting/inputs/MultiSelectSettingInput.tsx index 8b32553027ea4..371f33c984783 100644 --- a/apps/meteor/client/views/admin/settings/Setting/inputs/MultiSelectSettingInput.tsx +++ b/apps/meteor/client/views/admin/settings/Setting/inputs/MultiSelectSettingInput.tsx @@ -52,7 +52,6 @@ function MultiSelectSettingInput({ // autoComplete={autocomplete === false ? 'off' : undefined} onChange={handleChange} options={values.map(({ key, i18nLabel }) => [key, t(i18nLabel)])} - aria-label={_id} // FIXME: Multiselect (fuselage) should be associating the FieldLabel automatically. This is a workaround for accessibility and test locators. /> {hint && {hint}}