Open gilvangobbato opened 5 years ago
It also happens to me and nothing is put in TextField. I also receive other error:
W/IInputConnectionWrapper( 3560): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 3560): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 3560): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper( 3560): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper( 3560): endBatchEdit on inactive InputConnection
I have found the problem, In my case I define more time the controller, In your case I think that is because you set the controller value in a stream builder.
I'm getting this warnings on change value
This is my code