Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

223
Vistas
Flatpickr dynamically disable day

I need to disable the selection of days on flatpickr.
From the documentation, I see that to do this, you need to pass the days via the "disable" parameter. I get the days from an API call, with response:

"2021-01-21","2021-01-16"

When i try with

 var req = new XMLHttpRequest();
req.onreadystatechange = function() {
    if (req.readyState === 4) {
        var response = req.responseText;
        console.log(response);
        flatpickr("#myID", {
        disable: [response],
        dateFormat: "Y-m-d",
}
    );
    }
};
req.open('GET', 'https://www.peradev.it/api/getGiorni.php?id=1');
req.send(null);

only the first day works, the second one is not disabled. What i'm wrong?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda