We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69018d0 commit ce5286bCopy full SHA for ce5286b
template/assets/core.js
@@ -584,7 +584,7 @@ Vue.component('cms-quick-edit', {
584
Vue.component('cms-quick-edit-text', {
585
props: ['value', 'elementKey'],
586
template: `<b-input-group>
587
- <b-form-input v-model="newValue" :id="elementKey" size="sm" @keyup.enter.native="save()" @blur="save()"></b-form-input>
+ <b-form-input v-model="newValue" :id="elementKey" size="sm" @keyup.enter.native="$event.target.blur()" @blur="save()"></b-form-input>
588
<b-input-group-append>
589
<b-button size="sm" type="submit" variant="success" @click="save()">Save</b-button>
590
</b-input-group-append>
0 commit comments