George Katsanos
George Katsanos
Agreed, this is a logic bug of the sdk.
@Azaret that class isn't here.
I just upgraded to 1.5.0. Here's the HTML generated ``` html «November 2015»MoTuWeThFrSaSu262728293031123456789101112131415161718192021222324252627282930123456TodayClear ```
I'm passing an array as such: ``` javascript var datesDisabled = [ "07/11/2015", "10/11/2015" ]; $('#fake-date-input').datepicker({ autoclose: true, weekStart: 1, maxViewMode: 0, minViewMode: 0, format: 'MM dd, yyyy', startDate: '0d',...
What's the roadmap to arrive to 2.x?
Thanks :) I can help out if you want.
@ematipico anyway to inform biome that the code is using the Cypress APIs? it's complaining it cant find `it` and `describe`. I couldnt find anything in the docs.
@jpkleemans granted me maintainer rights, I'll do a PR for this one.
> I updated the library to 2.20.6 but had to create the markers the way Google recommends > ``` > new google.maps.marker.AdvancedMarkerElement({ > map, > position: { lat, lng },...
@mrleblanc101 does this work properly if you switch the files into plain JS?