Release 1.39.0
- [IOPID-1899]
NumberPad
optimization#284
Caution
Breaking changes
NumberPad
now doesn't have value
and onValueChange
properties.
Instead, it has a onNumberPress
and onDeletePress
properties.
onNumberPress
is called when a number is pressed.onDeletePress
is called when the delete button is pressed.