Amount
Basic
Editable
Disabled
20 000,00
Read only
Display the value in numeral format.
123 456 789,00
Props
Name | Type | Required | Default | Description |
---|---|---|---|---|
formatAmount | func | No | formatNumber Helper | Parses the value to return a formatted string. |
format | string | No | 0,0.00 | Second argument passed to formatAmount |
negNumParenthesis | bool | No | false | Wrap the number within parenthesis instead of display the negative symbol. |