From 399b4ee2d70d5f7a5b3e9f6c5ca0b7158fa0239c Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Wed, 6 May 2026 10:34:05 -0600 Subject: [PATCH 1/2] multiselectfiltered for values --- .../ABAC/ABACRoomsTab/RoomFormAttributeField.tsx | 4 ++-- .../RoomFormAttributeField.spec.tsx.snap | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) 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 )} - - + value="" + />
Date: Wed, 6 May 2026 14:08:19 -0600 Subject: [PATCH 2/2] Create lovely-laws-wait.md --- .changeset/lovely-laws-wait.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lovely-laws-wait.md 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