Skip to content

Commit

Permalink
Tagging as remote
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 14, 2017
1 parent 0144cc3 commit 5ba2585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Tag/Assets/js/components/TagInput.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<el-form-item label="Tags">
<el-select v-model="tags" multiple filterable allow-create @change="triggerEvent">
<el-select v-model="tags" multiple filterable allow-create remote @change="triggerEvent">
<el-option v-for="tag in availableTags"
:key="tag.slug"
:label="tag.slug"
Expand Down
3 changes: 2 additions & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -70961,7 +70961,8 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
attrs: {
"multiple": "",
"filterable": "",
"allow-create": ""
"allow-create": "",
"remote": ""
},
on: {
"change": _vm.triggerEvent
Expand Down

0 comments on commit 5ba2585

Please sign in to comment.