• Todd Volkert's avatar
    Add Form.onSaved (#30643) · 949023b2
    Todd Volkert authored
    When submitting data to a server, callers need a callback that will
    get invoked after all the individual form fields are saved. If they
    have a button that submits the form, they could just do this logic
    in the click handler for the button (save the form, then submit to
    the server), but if they have more ways than one to submit the form
    (i.e. hitting enter while in a text form field), then it becomes
    more convoluted and calls for a unified callback that will get
    notified when the form is submitted.
    949023b2
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...