diff --git a/.changeset/lovely-laws-wait.md b/.changeset/lovely-laws-wait.md new file mode 100644 index 0000000000000..306cfc7793926 --- /dev/null +++ b/.changeset/lovely-laws-wait.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/meteor": patch +--- + +Allows users to search for attribute values when assigning them to rooms diff --git a/apps/meteor/client/views/admin/ABAC/ABACRoomsTab/RoomFormAttributeField.tsx b/apps/meteor/client/views/admin/ABAC/ABACRoomsTab/RoomFormAttributeField.tsx index 21a54fd8539f5..f1f3a7c6a75e5 100644 --- a/apps/meteor/client/views/admin/ABAC/ABACRoomsTab/RoomFormAttributeField.tsx +++ b/apps/meteor/client/views/admin/ABAC/ABACRoomsTab/RoomFormAttributeField.tsx @@ -1,5 +1,5 @@ import type { SelectOption } from '@rocket.chat/fuselage'; -import { Box, Button, FieldError, FieldRow, MultiSelect, SelectFiltered } from '@rocket.chat/fuselage'; +import { Box, Button, FieldError, FieldRow, MultiSelectFiltered, SelectFiltered } from '@rocket.chat/fuselage'; import { useCallback, useMemo } from 'react'; import { useController, useFormContext } from 'react-hook-form'; import { useTranslation } from 'react-i18next'; @@ -83,7 +83,7 @@ const RoomFormAttributeField = ({ labelId, onRemove, index, attributeList, requi )} - - + class="rcx-box rcx-box--full rcx-box--animated rcx-input-box--undecorated rcx-input-box rcx-css-trljwa rcx-css-pqpp8q" + placeholder="ABAC_Select_Attribute_Values" + value="" + />