File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ export default defineComponent({
79
79
[ `${ COMPONENT_NAME . value } --break-line` ] : excessTagsDisplayType . value === 'break-line' ,
80
80
[ `${ classPrefix . value } -is-empty` ] : isEmpty ,
81
81
[ `${ classPrefix . value } -tag-input--with-tag` ] : ! isEmpty ,
82
+ [ `${ classPrefix . value } -tag-input--drag-sort` ] : props . dragSort && ! disabled . value && ! readonly . value ,
82
83
} ,
83
84
] ;
84
85
} ) ;
Original file line number Diff line number Diff line change @@ -106118,7 +106118,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`]
106118
106118
class="t-space-item"
106119
106119
>
106120
106120
<div
106121
- class="t-input__wrap t-tag-input t-tag-input--break-line t-tag-input--with-tag"
106121
+ class="t-input__wrap t-tag-input t-tag-input--break-line t-tag-input--with-tag t-tag-input--drag-sort "
106122
106122
>
106123
106123
<div
106124
106124
class="t-input t-input--prefix"
@@ -106216,7 +106216,7 @@ exports[`csr snapshot test > csr test ./src/tag-input/_example/draggable.vue 1`]
106216
106216
class="t-space-item"
106217
106217
>
106218
106218
<div
106219
- class="t-input__wrap t-tag-input t-tag-input--break-line t-tag-input--with-tag"
106219
+ class="t-input__wrap t-tag-input t-tag-input--break-line t-tag-input--with-tag t-tag-input--drag-sort "
106220
106220
>
106221
106221
<div
106222
106222
class="t-input t-input--prefix"
You can’t perform that action at this time.
0 commit comments