daterangepicker icon indicating copy to clipboard operation
daterangepicker copied to clipboard

Ignore invalid data from input

Open gorbeia opened this issue 4 years ago • 0 comments

When original data in the input is not valid moment.js creates a date object but it is invalid. DateRangePicker then shows the month view filled of NaNs. This change makes DateRangePicker to ignore the input data if it can´t be properly parsed.

gorbeia avatar Sep 18 '20 11:09 gorbeia