Material Textfield text is displayed backwards but CupertinoTextfield text is displayed correctly Flutter
问题 I have a textfield connected to its TextEditingController() . Inside the onChanged: callback I perform a text check to only allow for time input. When running on iOS CupertinoTextfield is used and it behaves as expected, at every input cursor moves so next digit is at the right position, so inputting 1000 will result in 10:00. When running on web or Android Material Textfield is used instead, the problem is that text is displayed backward as the cursor stays at first position so inputting