• Mikael Eriksson
    November 22, 2016 at 6:10 am #3147

    Hi,

     

    We wants to show (and input) decimal numbers using a “,” to separate the whole part and the decimal part.

    Defining the decimal separator as “,” works as formatting the output but when the user writes the number, the user still has to use a “.”.

    A “,” is not accepted at all from the input.

    Are any changes of this planned for coming internationalizatoin?

    Regards

    /Mikael E

    SPARK Support
    November 29, 2016 at 2:48 pm #3189

    Hi Mikael,

    I apologize for the delay in responding to you.  We had some debate as to whether or not Auto formatting would use the new locale implementations for controls in various browsers.  However, Chrome and Microsoft still do not support HTML 5 input number localization.  Only Firefox and Safari support period and comma input for form controls.

    For the time being, we are programmatically handling the input and formatting the output.  Therefore, I have logged a bug for our Development Team to take a look at implementing the custom formatting options for the input of the Decimal control.  This should be included in an upcoming release.

    Regards,

    Stephen P.

    Phil Nas
    May 9, 2019 at 6:04 am #5483

    Hi

    I have similar problem ,
    <div class=”comment-container”>
    <div class=”comment-body”>
    <div class=”zd-comment” dir=”auto”>
    <p dir=”auto”>
    I Format the decimal field to have 2 decimal places.  but every time i put 3 decimal places , automatically round the field.</p>
    <p dir=”auto”>Example:
    3.456 -> 3.46</p>
    <p dir=”auto”>Question ?
    How i remove the round ?</p>

    </div>
    </div>
    </div>

    SPARK Support
    July 23, 2019 at 9:23 am #5507

    Phil,

    See the response on the following post: http://support.salientprocess.com/forums/topic/how-to-use-the-blur-event-of-integer-decimal-to-do-validation/

    Regards,

    Stephen P.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search