mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
6bb32c2fe7
refs #5777 - adds new `gh-datetime-input` that takes a one-way-bound value and formats it, only triggering the supplied `update` action on focus-out - fixes bug in PSM's `setPublishedAt` action if model's `published_at` is a Date object not a Moment object
6 lines
150 B
Handlebars
6 lines
150 B
Handlebars
{{gh-input value=datetime
|
|
id=inputId
|
|
class=inputClass
|
|
name=inputName
|
|
stopEnterKeyDownPropagation="true"}}
|