added improvements on set proces and minor other improvements

This commit is contained in:
Stefan
2026-07-13 22:40:08 +02:00
parent 5c0fdc6c1d
commit 5f85b75c22
55 changed files with 1170 additions and 357 deletions
+2
View File
@@ -441,6 +441,8 @@
break;
case 'number':
f.pattern = ne(f.pattern, '[-+]?[0-9]*[.,]?[0-9]*');
inp.attr('type', 'text');
inp.attr('inputmode', 'decimal');
inp.attr('step', f.precision || 'any');
inp.attr('data-format', 'float');
break;