amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

fixed editable true functionality #1176

Closed PiotrObrebski closed 5 years ago

PiotrObrebski commented 5 years ago

This simple change will make "editable: true" work properly.

DanielRuf commented 5 years ago

Hi @PiotrObrebski,

Unfortunately this breaks many things. Please see the failing CI build.

DanielRuf commented 5 years ago

Which issue does this resolve? Also please provide a codepen to demonstrate the failing and the fixed case.

https://github.com/amsul/pickadate.js/search?q=editable&type=Issues

PiotrObrebski commented 5 years ago

Hi @DanielRuf, in my project, someone made a mistake initializing your picker.js. Sorry for taking your time. This commit solves only my case.

DanielRuf commented 5 years ago

No problem. I'm glad that you could resolve it.