Decimal field bounds and UI
The decimal field converts large numbers into scientific notation is this expected ?
Additionally the number of digits right of the zero is limited to 4
Is there a way to specify the format allowed for the decimal field such that the user entering content can not enter outside the approved constraints.
Example;
For product price in US format might be ######.##
For measurements or weight where precision is required might be #####.########
Upper and lower bounds constraints would also be nice
-
Is there a way to specify the format allowed for the decimal field such that the user entering content can not enter outside the approved constraints. - Valid point. I believe, the formatting can be done with Regex fields. However, I do realize that using Regex fields will limit the conditions that you can set on triggers though.
Please sign in to leave a comment.
1 Comments