Skip to content

Commit

Permalink
updated afterInputChange docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marijus Gudiskis committed Jun 7, 2024
1 parent e63fee5 commit 1e7d182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Function(inputChange, dateOld, dateNew). Default: $.noop

A function that is called after the input value of the datepicker has changed. It takes three parameters:

* inputChange: A string that indicates the part of the date that was changed. For example, 'year', 'month', 'day'.
* inputChange: A string that indicates the part of the date that was changed. For example, 'yyyy', 'mm', 'dd'.
* dateOld: The old date value before the change.
* dateNew: The new date value after the change.

Expand Down

0 comments on commit 1e7d182

Please sign in to comment.