So I have this decimal text field that is asking my users to use the coma (,) instead of the point (.) for the decimals. Where do I checked and or force the use of the point for decimal marker?
Thanks.
you can use Custom Format instead pre-existing Format, Custom format use Regex Expressions.
To allow decimal values with "." you can set "Custom Format" parameter to "[0-9]+[.]*[0-9]*" (see screenshot)
There are no replies made for this post yet. However, you are not allowed to reply to this post.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »