Skip to content

Commit 6ca2e39

Browse files
Merge pull request Ericsson#4958 from feyruzb/style/rework-guideline-statistics-selector
Rework guidelines selector component
2 parents 7a6fad4 + 409e1c0 commit 6ca2e39

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

web/server/vue-cli/src/components/Statistics/Guideline/GuidelineStatistics.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@
6464
item-value="value"
6565
label="Select guidelines"
6666
variant="outlined"
67-
multiple
6867
density="comfortable"
68+
multiple
69+
clearable
70+
chips
71+
closable-chips
6972
>
7073
<template v-slot:selection="{ item }">
7174
<div class="selection-item">

0 commit comments

Comments
 (0)