How to solve hidden field (like in html forms) requirement #866
Closed
sezeryesiltas
started this conversation in
General
Replies: 2 comments
-
You could consider just using Flutter's |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be cool, to be able to have keys in the form that might be computed and aren't necessarily from a widget in the widget tree |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hidden fields are very comfortable in html forms.
I'm not sure but it might be good idea something like that:
FormBuilderHiddenField( name: 'id', )
Beta Was this translation helpful? Give feedback.
All reactions