From 5d5c449ea7183a40d3887fc62893dbcc22bd948d Mon Sep 17 00:00:00 2001 From: sharpd Date: Tue, 16 Apr 2024 08:58:59 +1200 Subject: [PATCH] add auto highlight prop to aid user selection Signed-off-by: sharpd --- web/src/components/datasets/DatasetTags.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/datasets/DatasetTags.tsx b/web/src/components/datasets/DatasetTags.tsx index 28fa90fe88..62bcfecbed 100644 --- a/web/src/components/datasets/DatasetTags.tsx +++ b/web/src/components/datasets/DatasetTags.tsx @@ -190,6 +190,7 @@ const DatasetTags: React.FC = (props) => { id='dataset-tags' sx={{ width: 516, flex: 1 }} limitTags={!datasetField ? 5 : 4} + autoHighlight disableClearable disablePortal options={tagData.map((option) => option.name)}