added improvements on set proces and minor other improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user