Mohammed Khan
Results
1
comments of
Mohammed Khan
I have a similar issue, where changing the value (in my case not null) of `highlightedDates` doesn't work: ```javascript $j(document).on('change', '#review_date', function() { initialiseHighlightedDatePicker(); }); function initialiseHighlightedDatePicker() { var LocalDate...