Open guihsdev opened 4 years ago
For more examples: After I hit 0 once
Nothing changes visually, but if I press "," or "." the value is entered, just is not displayed.
To solve it in my case, I decided to use the controller.text instead of the value returned by the onChanged method.
onChanged: (value) {
print (value);
print (controller.text);
},
I will follow the order of the print numbering.