1
0
forked from poc/pds

Update invoice data handling to include onCapFocus parameter and adjust focus function and timing for input fields

This commit is contained in:
dhanabalan
2025-11-21 17:18:31 +05:30
parent 376ee84e63
commit affa38251d
3 changed files with 47 additions and 30 deletions

View File

@@ -201,7 +201,7 @@
input.focus();
input.select();
}
}, 100);
}, 50);
});
window.addEventListener('focus-invoice-number', () => {
@@ -213,7 +213,7 @@
input.focus();
input.select();
}
}, 100);
}, 50);
});
</script>