How to read data in the TextField Widget?

Widgets & Design
Resolved

Hello all,

I am able to bind the data in the TEXT widget from a firestore collection. Its a 'posts' collection, there is a TITLE field.

now there is an EDIT icon on the page, what i am trying to do is, if I click on this EDIT icon, the TEXTFIELD widget should appear (which is completed through Conditional switch) and show the same TITLE field.

But, when I bind the TEXTFIELD widget in the same way as I bind the TEXT Widget, data is not showing the TEXTFIELD widget. I can see the data in the "Debug Panel" also but the TEXTFIELD shows nothing. Where am I going wrong.

Its been three weeks already, I posted this as a Bug also on FF issues GitHub but couldn't get help.

Any help will really be much appreciated. Thanks

What have you tried so far?

GitHub, Doc, YT

Did you check FlutterFlow's Documentation for this topic?
Yes
4 replies