add id & placeholder props to AutoCompleteInput component
This commit is contained in:
parent
128dcc637e
commit
17c70fc0ef
3 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue