Skip to content

Commit

Permalink
add auto highlight prop to aid user selection
Browse files Browse the repository at this point in the history
Signed-off-by: sharpd <davidsharp7@gmail.com>
  • Loading branch information
davidsharp7 committed Apr 15, 2024
1 parent 80e1ac5 commit 5d5c449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/datasets/DatasetTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ const DatasetTags: React.FC<IProps> = (props) => {
id='dataset-tags'
sx={{ width: 516, flex: 1 }}
limitTags={!datasetField ? 5 : 4}
autoHighlight
disableClearable
disablePortal
options={tagData.map((option) => option.name)}
Expand Down

0 comments on commit 5d5c449

Please sign in to comment.