flutter_spinbox icon indicating copy to clipboard operation
flutter_spinbox copied to clipboard

Can this implement FormField<double> such that it can send changes to the form

Open miklcct opened this issue 10 months ago • 0 comments

I have an onChanged() callback attached to the form but it doesn't work when I change the number, as it doesn't implement the interface to interact with the form. Is it possible to do so?

miklcct avatar Mar 28 '24 13:03 miklcct