onValueUpdate property

dynamic onValueUpdate

Function(s) to trigger when the input value is updated with a new date string.

Description: https://chmln.github.io/flatpickr/events/#onvalueupdate

Default: null

Implementation

external dynamic get onValueUpdate;
void onValueUpdate=(dynamic v)

Implementation

external set onValueUpdate(
    dynamic /*FlatpickrEventFunc|List<FlatpickrEventFunc>*/ v);