Date picker changes (#304)

Only open datepicker on calendar click

Co-authored-by: Christopher C. Wells <git@chris-wells.net>
This commit is contained in:
Nick Trecina 2021-09-16 20:29:47 -07:00 committed by GitHub
parent c8d48945f2
commit a844aa7613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ BabyBuddy.DatetimePicker = function ($, moment) {
return {
init: function (element, options) {
var defaultOptions = {
allowInputToggle: true,
buttons: { showToday: true, showClose: true },
defaultDate: 'now',
format: 'L LT',