This commit is contained in:
SBD
2023-12-03 14:46:34 +03:00
parent f73ebb08c9
commit 78abdb2fef
2 changed files with 3 additions and 3 deletions

View File

@@ -87,6 +87,6 @@ function focusOnInput (el) {
function checkLetterOrNumber (el){
let txt = el.value
if (isNaN(txt)){
el.value = txt.slice(0, -1);
}
}