jifalops / datetime_picker_formfield

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
MIT License
186 stars 101 forks source link

onChange() not called after date reset #92

Closed manugomez95 closed 4 years ago

manugomez95 commented 4 years ago

I'm talking about the "X" icon at the right that removes the selected date. I can't find a way to detect this action, and also the field's value remains the same instead of null. Any ideas?

rnvitter commented 4 years ago

@manugomez95 use the onChange function

danielweil commented 3 years ago

It does not trigger onChange event. I am having this exact issue.

image image