pre-fill values don't work
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 7.6k
- Forks
- 981
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hi, this is my code:
**Html:**
`Click`
``
**I change the attribute programmatically:**
$("#ChangeButton").click(function ()
{
$("#DateOfBirth").data("data-value","1966-12-14");
})
**My pickadate Setting**
$("#DateOfBirth").pickadate(
{
format: "ddd dd, mmm yyyy",
formatSubmit: "yyyy-mm-dd"
});
**What is Wrong ?**
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.