diff options
Diffstat (limited to 'assets/js')
-rw-r--r-- | assets/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/js/app.js b/assets/js/app.js index c474efb8..395dfb6e 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -64,7 +64,8 @@ var Kanboard = (function() { $(".form-date").datepicker({ showOtherMonths: true, selectOtherMonths: true, - dateFormat: 'yy-mm-dd' + dateFormat: 'yy-mm-dd', + constrainInput: false }); } }; |