• Resolved Carlos Santos

    (@brasilmorar)


    Hello,

    I need help setting up this item:

    (‘.money’).mask(‘000.000.000.000.000,00’);

    I configured without the decimal place and it looked like this:

    (‘.money’).mask(‘000.000.000.000.000’);

    It worked and I was able to get these values:

    1.000
    10.000
    100.000
    1.000.000

    It was perfect, when I enter the numbers in the field it’s good. The problem is when I submit the item that is a real estate ad. For example I submit a property with the value:

    180.000

    The value returned is:

    180

    I want to keep the value that I inserted: 180.000 after the publication of the property.

    If you keep in the format:

    180.000,00 It works

    But I need without the decimal places:

    180.000

    I await an answer ….

The topic ‘Currency Field Setup’ is closed to new replies.