Split autofocus component

This commit is contained in:
Julian Stirling 2025-11-07 17:38:10 +00:00
parent 03481f2435
commit f19d6681c4
4 changed files with 53 additions and 28 deletions

View file

@ -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();
});
}