"allowEmptyNumeric"
You can allow an empty text for numeric values (int, float) by using the allowEmptyNumeric attribute.
Synopsis
shape.allowEmptyNumeric(bool);
Parameter
Parameter | Description |
---|---|
bool | TRUE = allow an empty text for numeric values (int, float)
FALSE = do not allow an empty text for numeric values (int, float) |
Description
You can allow an empty text for numeric values (int, float) by using the allowEmptyNumeric attribute.
Attention: If
allowEmptyNumeric is activated and "minMaxNumeric" used, the textField remains empty or remains with
the last valid value input if a new value is not in the valid range of
minMaxNumeric.