Hey Richard,
Right now the "Integer" custom license field type only accepts numbers. All other characters are filtered out. It's not an "integer" type (that is, there's no "cap" on the number you can store).
When trying to provide a negative number (e.g., -1) for the default value of a custom field, the minus sign is disallowed from input.
Does this imply the Int type is also unsigned and negative numbers are not allowed?
Or, how does one supply a default value of nothing when 0 and all positive values are valid values where the app is concerned?
thanks,
richard
Hey Richard,
Right now the "Integer" custom license field type only accepts numbers. All other characters are filtered out. It's not an "integer" type (that is, there's no "cap" on the number you can store).