diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-08 11:02:28 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-08 11:13:35 -0500 |
| commit | 17c70fc0ef380d1faa360aa5b91791fd44d6c419 (patch) | |
| tree | bffef12418c10bccba0e54b9956df93bc132af26 /src/components/post_status_form | |
| parent | 128dcc637edb5550168423941171f5b567365b7c (diff) | |
add id & placeholder props to AutoCompleteInput component
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index ac5f5566..18c2d2b2 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -18,7 +18,9 @@ class="form-cw"> <auto-complete-input v-model="newStatus.status" :classObj="{ 'form-control': true }" + :placeholder="$t('post_status.default')" :autoResize="true" + :multiline="true" :drop="fileDrop" :dragoverPrevent="fileDrag" :paste="paste" |
