Description:
Hi FlutterFlow Community/Support,
I’m working on a simple project where I want to dynamically update a Text Widget
with whatever the user types in a TextField
. Here's the setup:
TextField Setup:
Initial Value: Bound to a
Page State
variable nameduserQuestion
.Update Page on Text Change: Enabled.
Actions:
Added an On Change action in the Action Flow Editor.
Configured it to update the
userQuestion
variable (Set Variable >userQuestion
> TextField Value).
Update Delay (ms): Left blank for immediate updates.
Text Widget Setup:
Bound to the
userQuestion
variable to display its value dynamically.
Issue:
Despite this setup:
The
Text Widget
doesn’t update dynamically when I type in theTextField
.The
userQuestion
variable does not seem to be updating properly.
What I’m Looking For:
I’d like to know if anyone else has faced a similar issue and how it was resolved. Is there a specific step I might be missing, or is this a known bug/limitation in FlutterFlow?