DBR Input Formatting

I’m using a DBR and wantted to use a number mask, changing separator “.” to “,”

But when inputed some data as “20,20”, the DBR understand as “1020,00”. I have to input as “10.10” to work.

Is there any way to make a two-way mask input in DBR ?

Hi @murilokenji,

Can you also add the following:

accounting.settings.number.decimal = ‘,’;
accounting.settings.number.thousand = ‘’;

Seems like accounting.js needs the above parameters as well on this case.

Let us know how it goes.


Cheers,
Paul