Added forgotten parameter

This commit is contained in:
Jacques Doeleman 2022-10-13 14:59:14 +02:00
parent 80fa91852f
commit 0a62946ac9
2 changed files with 5 additions and 0 deletions

View file

@ -17,3 +17,7 @@
- Fix: Proper use of generics
- Inputcontrollers now have an onChange.
- Added switch input field
## 1.0.1 - October 13th 2022
- Added forgotten onChanged parameter on date input field

View file

@ -69,6 +69,7 @@ class FlutterFormInputDateTimeController
this.checkPageDescription,
required this.dateTimeType,
required this.dateFormat,
this.onChanged,
});
final DateFormat dateFormat;