Skip to content

onQtyChanged not firing when TextFormField is edited #74

@ambstuc

Description

@ambstuc

I listen to onQtyChanged to update a resulting field immediately (i.e. the field is used to edit a percentage of a total value, and I am displaying the result of this on the fly). However, if the TextFormField is edited, it only fires onSubmitted, not onChanged.

I have adapted this and added widget.onQtyChanged?.call(temp); after line 555 of input_qty.dart, and seems to be doing the trick.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions