I have an issue https://github.com/flutter/flutter/issues/86712 but not helpful for me and i can not working well with it. So i hope that can handle onChanged event it same with onFieldSubmitted that when i click to another TextFormField text or number will not be double. Or handle onTap event when change focus to another TextFormField, onFieldSubmitted of TextFormField before will be called. This problem only on Windows.
1 Answer
Example :
TextField(
controller: _topicController,
onChanged: (String v) {
setState(() {
_topicButtonsDisabled = v.isEmpty;
});
})
1 Comment
Thanh Le Dinh Hoai
Seem you not understand my problem. my problem that character will be double on windows when i click to another textfield without submitted textfield