fix attachment inputs

merge-requests/1931/head
Henry Jameson 7 months ago
parent f609aaba0c
commit d2f4ce442a

@ -3,7 +3,8 @@ export default {
selector: '.Attachment', selector: '.Attachment',
validInnerComponents: [ validInnerComponents: [
'Border', 'Border',
'ButtonUnstyled' 'ButtonUnstyled',
'Input'
], ],
defaultRules: [ defaultRules: [
{ {

@ -38,7 +38,7 @@
v-if="edit" v-if="edit"
v-model="localDescription" v-model="localDescription"
type="text" type="text"
class="description-field" class="input description-field"
:placeholder="$t('post_status.media_description')" :placeholder="$t('post_status.media_description')"
@keydown.enter.prevent="" @keydown.enter.prevent=""
> >
@ -253,7 +253,7 @@
v-if="edit" v-if="edit"
v-model="localDescription" v-model="localDescription"
type="text" type="text"
class="description-field" class="input description-field"
:placeholder="$t('post_status.media_description')" :placeholder="$t('post_status.media_description')"
@keydown.enter.prevent="" @keydown.enter.prevent=""
> >

Loading…
Cancel
Save