fix attachment inputs
This commit is contained in:
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…
Reference in New Issue
Block a user