We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0423ae5 commit 757025fCopy full SHA for 757025f
1 file changed
src/hyperfiddle/electric_forms4.cljc
@@ -151,7 +151,7 @@ accept the previous token and retain the new one."
151
(identity authoritative-v)) ; HACK prevent a crash if `authoritative-v` binding is (e/server ...)
152
::validation nil})
153
{::keys [token value validation]} (e/watch !selected)]
154
- (dom/With-element as
+ (dom/With-element (e/Reconcile as)
155
(e/fn []
156
(dom/props {:role "radiogroup", :data-errormessage (not-empty (str (Validate value)))})
157
(reset! !selected (Body value))
0 commit comments