Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Can't send message when change the text value from TextEditingController #169

Open
do4Mother opened this issue Mar 18, 2021 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@do4Mother
Copy link

Describe the bug
Can't send message when change the text value from TextEditingController

To Reproduce
Steps to reproduce the behavior:

  1. Change textfield value using dashchatkey.currentState.textEditingController
  2. press send button

Expected behavior
it should be still can send message event the text value is changing from TextEditingController

Desktop (please complete the following information):

  • OS: Mac OS, BigSur
  • Device: iPhone 8 Emulator
  • Flutter Version: 2.0.0
  • Dart Version: 2.12.0
  • Version: 1.1.15

Additional context
i think the text value it should be get from TextEditingController

@do4Mother do4Mother added the bug Something isn't working label Mar 18, 2021
@diegogarciar
Copy link
Contributor

I had the same issue.
I think resolved it with something like this:
textController: textController, text: textController.text,

@diegogarciar
Copy link
Contributor

It was either that or just declaring an empty onTextChanged

@SebastienBtr SebastienBtr added the wontfix This will not be worked on label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants