yet another attempt at a fix
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
(com/data-grid-cell {} (fc/with-field :date
|
(com/data-grid-cell {} (fc/with-field :date
|
||||||
(com/validated-field
|
(com/validated-field
|
||||||
{:errors (fc/field-errors)}
|
{:errors (fc/field-errors)}
|
||||||
(com/date-input {:value (some-> (fc/field-value) (atime/unparse-local
|
(com/text-input {:value (some-> (fc/field-value) (atime/unparse-local
|
||||||
atime/normal-date))
|
atime/normal-date))
|
||||||
:name (fc/field-name)
|
:name (fc/field-name)
|
||||||
:class "w-24"}))))
|
:class "w-24"}))))
|
||||||
@@ -217,8 +217,7 @@
|
|||||||
[:div.w-8.h-8.bg-red-50.rounded-full.p-2.text-red-300.flex.items-start
|
[:div.w-8.h-8.bg-red-50.rounded-full.p-2.text-red-300.flex.items-start
|
||||||
{ :x-ref "source"}
|
{ :x-ref "source"}
|
||||||
svg/alert]
|
svg/alert]
|
||||||
#_(com/tooltip {:x-bind "tooltip"}
|
[:span (pr-str (fc/field-errors))]]
|
||||||
[:span (pr-str (fc/field-errors))])]
|
|
||||||
:else
|
:else
|
||||||
nil)
|
nil)
|
||||||
]))))}
|
]))))}
|
||||||
|
|||||||
Reference in New Issue
Block a user