Currently, if you type a number and then erase it, the component handles it as ZERO instead of NULL (or maybe unassigned...)
The same happens if you type only "-". It accepts the minus signal, but internally handles it as ZERO.
I would suggest handling both cases as null value.
Currently, if you type a number and then erase it, the component handles it as ZERO instead of NULL (or maybe unassigned...)
The same happens if you type only "-". It accepts the minus signal, but internally handles it as ZERO.
I would suggest handling both cases as null value.