mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 02:04:20 +01:00
Fix Regression - Show calendar popup at set due date.
Thanks to xet7 ! Fixes #5978
This commit is contained in:
parent
b02af27ac3
commit
581733d605
5 changed files with 77 additions and 126 deletions
|
|
@ -4,7 +4,7 @@ template(name="datepicker")
|
|||
.fields
|
||||
.left
|
||||
label(for="date") {{_ 'date'}}
|
||||
input.js-date-field#date(type="text" name="date" value=showDate autofocus placeholder=dateFormat)
|
||||
input.js-date-field#date(type="date" name="date" value=showDate autofocus)
|
||||
.right
|
||||
label(for="time") {{_ 'time'}}
|
||||
input.js-time-field#time(type="time" name="time" value=showTime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue