that two decimals appear in the textbox and that it saves in the same way
When you type a number in the text box, you want the number to automatically change to the restriction that was placed when you finish typing it.
For example, if I type a number like 22.487, I want it to be close to two digits 22.49 in the same text box.
An attempt was made using the JavaScript function .toFixed(2) in the condition field and as a function without success in any, since it only updates in other text boxes linked to the data, but not in the one in which the number was entered.
Please sign in to leave a comment.
Comments
0 comments