|
|
@ -33,9 +33,7 @@ const focus: VNodeRef = (el) => !isExpandedFormOpen.value && !isEditColumn.value |
|
|
|
:ref="focus" |
|
|
|
:ref="focus" |
|
|
|
v-model="vModel" |
|
|
|
v-model="vModel" |
|
|
|
class="h-full w-full outline-none py-1 bg-transparent" |
|
|
|
class="h-full w-full outline-none py-1 bg-transparent" |
|
|
|
:class="{ |
|
|
|
:class="isExpandedFormOpen ? 'px-2' : 'px-0'" |
|
|
|
'px-2': isExpandedFormOpen, |
|
|
|
|
|
|
|
}" |
|
|
|
|
|
|
|
:placeholder="isEditColumn ? $t('labels.optional') : ''" |
|
|
|
:placeholder="isEditColumn ? $t('labels.optional') : ''" |
|
|
|
@blur="editEnabled = false" |
|
|
|
@blur="editEnabled = false" |
|
|
|
@keydown.down.stop |
|
|
|
@keydown.down.stop |
|
|
|