Hello,
I am interested in the scenario where a numeric textbox could be configured to allow special characters, in my case the "-" and "+" characters, but not necessarily in the beginning of the number.
For example
99-00+
37-34-
Would be acceptable values.
The value would therefore be a string, not a number
It seems to be infeasible but I am just trying to double check?
I am interested in the scenario where a numeric textbox could be configured to allow special characters, in my case the "-" and "+" characters, but not necessarily in the beginning of the number.
For example
99-00+
37-34-
Would be acceptable values.
The value would therefore be a string, not a number
It seems to be infeasible but I am just trying to double check?