-
Notifications
You must be signed in to change notification settings - Fork 53
docs: How can we read textFormField value. #222
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
Comments
Hey @dhirajReliance, you can use the
For more details check out our blog on Forms -> https://stac.dev/blog/dynamic-form |
Hi @divyanshub024 I do not want to handle API calls in this way. Let me explain how I want to implement it in my project. I want Stac only for design purpose & I want to implement business logic in my project codebase itself. So to do that i have get values form textFormField & or other widgets and set value in json text if it require. |
I want to implement something like this--- @OverRide @OverRide @OverRide
} |
Hey @dhirajReliance, I would love to jump on a call with you to understand it better. I think we can add this feature as a priority for you. Please send me an email at divyanshub024@gmail.com, and I'll set up a meeting. |
Sent mail please check. |
Description
There is no documentation available to read fields value. I did not found the same if documentation is available please share otherwise please guid me how can i read form value.
Here is my json-----
{
"type": "scaffold",
"backgroundColor": "#F4F6FA",
"appBar": {
"type": "appBar",
"backgroundColor": "#00FFFFFF"
},
"body": {
"type": "form",
"id": "login_form",
"child": {
"type": "padding",
"padding": {"left": 24, "right": 24},
"child": {
"type": "column",
"crossAxisAlignment": "start",
"children": [
{
"type": "text",
"data": "Sign in",
"style": {"fontSize": 24, "fontWeight": "w800", "height": 1.3}
},
}
}
The text was updated successfully, but these errors were encountered: