How to display <FormKitSummary>
in a modal?
#1247
AloisSeckar
started this conversation in
General
Replies: 2 comments 2 replies
-
Alternative question: Can I access the contents of validation summary programatically somewhere on my EDIT: nvm, I got this
So I think I am able to do it myself, in case I cannot use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would guess if MyModalWindow was already open ( always open ) it would work, probably due to it being closed "aka outside of dom" whenever you open the modal it didn't run the events necessary to get the messages. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to customize
<FormKitSummary>
and display it inside a modal with default slot.I tried to follow the hint in the docs, that is
providing the form’s core node as the node prop
, but I am failing to see anything inside my modal. The bare summary on the form level works fine. The modal window appears, but with no content. What's the catch❓Template:
Script setup:
Beta Was this translation helpful? Give feedback.
All reactions