Hi,
The last year I came across with the problem to add custom attributes like disabled or required in date inputs.
To solve my problem I added new option called attributes in pikaday responsive file.
And in my file that I wanted to configure an input I did the following:
pikadayResponsive(document.getElementById("myId"),{
attributes: 'required disabled'
});
Here is an example if someone is facing the same problem : Custom Attrs
Regards!
Hi,
The last year I came across with the problem to add custom attributes like
disabledorrequiredin date inputs.To solve my problem I added new option called
attributesin pikaday responsive file.And in my file that I wanted to configure an input I did the following:
Here is an example if someone is facing the same problem : Custom Attrs
Regards!