Split autofocus component
This commit is contained in:
parent
03481f2435
commit
f19d6681c4
4 changed files with 53 additions and 28 deletions
|
|
@ -209,6 +209,8 @@ export default {
|
|||
// A global signal listener to perform the action
|
||||
if (this.submitOnEvent) {
|
||||
this.$root.$on(this.submitOnEvent, () => {
|
||||
if (this.isDisabled) return;
|
||||
// Bootstrap task if button is not disabled.
|
||||
this.bootstrapTask();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue