Eduardo López

Results 5 comments of Eduardo López

puedes cambiar los textos de meses y días programaticamente you can change the placeholder text for calendar and days into any language you want

this can be fixed by changing startNextMonthDay on rangedate-picker.js for ``` if (this.startNextActiveMonth > 0) { return new Date(this.activeYearStart, this.startNextActiveMonth, 1).getDay() } else { return new Date(this.activeYearStart + 1, this.startNextActiveMonth,...

Hi, I got a workaround to this, I am using twilio for whatsapp so I created a function to process the location messages received and send them as text to...

Thanks @FedericoGarza, will keep that in mind

nuxt3 does not support client side rendering yet