0

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 1

0

Example :

TextField(
                      controller: _topicController,
                      onChanged: (String v) {
                        setState(() {
                          _topicButtonsDisabled = v.isEmpty;
                        });
                      })
Sign up to request clarification or add additional context in comments.

1 Comment

Seem you not understand my problem. my problem that character will be double on windows when i click to another textfield without submitted textfield

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.