air-datepicker icon indicating copy to clipboard operation
air-datepicker copied to clipboard

Clear button, Today button should trigger OnUpdate action with the new date

Open uncoolplane opened this issue 5 years ago • 1 comments

When clicking on the clear or today buttons, it needs to trigger the OnUpdate action because the date is changing, but you can do anything with the data returned. (i.e. No Date on the Clear button)

uncoolplane avatar May 10 '19 17:05 uncoolplane

to find clear button in version 2

$('#datepickers-container').find('.datepicker--buttons').find('[data-action="clear"]')

TiredFingers avatar Nov 05 '21 16:11 TiredFingers