Hello all, I am relatively new to flutter flow and I am trying to build a button which on tap, opens a date time picker. After the user picks up a date, it should show up on Text widget, seems pretty straight forward and easy. I followed the steps in documentation, where I have defined the action on tap to open datetime picker from global properties. I created a text widget and under text field I selected Date Picked under Widget State, default value as Date.
In preview mode, the button works fine which opens up the date picker and date can be selected. After selecting the date, I do not get any text in the Text widget, rather get the picked date as a alert dialog at the bottom of the screen.
Please let me know where am I going wrong. Your help is appreciated!