Skip to content

Commit

Permalink
fix: copying of disabled autocomplete value
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 25, 2024
1 parent 555622c commit f88270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
multiple
disabled
:pt="{
inputMultiple: 'pb-1 pr-48 min-h-10',
inputMultiple: {class: 'pb-1 pr-48 min-h-10', tabindex: ''},
inputChip: 'hidden',
chipItem: 'mt-1'
}"
Expand Down

0 comments on commit f88270d

Please sign in to comment.