When this evaluates to true, the generated entry control will have the NumericOnly property set to true. A numeric only input field will have the numeric type set for touch devices and will also ensure that only digits and other valid characters are keyed.
Value |
Meaning |
Auto |
Default. The attribute for the field in the recorded screen will be used to determine if the HTML input should be set for numeric only. |
True |
Generate the HTML input for numeric data only. (Numeric digits, commas, periods, plus and minus signs) |
False |
The HTML input will accept all text characters and will not be limited to numeric digits, periods and commas. |