Numeric Form Field
Numeric fields include all "float" number based fields such as decimals and currency.
| Attribute | Description | Default Value |
|---|---|---|
| ftIncludeDecimal | Boolean to show decimal places. | Default; true. |
| ftPrefix | Text to add a the front of the number, eg. currency symbol. | (blank) |
| ftSuffix | Text to add a the end of the number, eg. currency symbol. | (blank) |
Deprecated
| Attribute | Description | Default Value |
|---|---|---|
| ftCurrencySymbol | Prefix number with a currency symbol. | Default; blank. |
There's another attribute that I found while investigating an issue with this type.
ftMask (default="")
This will be the second parameter of a NumberFormat Function when the value is being displayed.
The default on my setup was to include comma separators at the thousand point, which then goes on to fail the number validation.