I I Have a input widget with input type number but when i enter normal value like 1,2,3 etc. and increase its value with increase decrease icon in input widget it give +1 value but when i enter decimal value like 1.2 or 2.5 it also give +1 value
So, What should i do that when i enter normal number like123 it give +1 value ,
and when i enter decimal value like 1.2 and 2.5 it give +.1 value enter image description here
Depends on how you want to handle this but you can try this: