Replies: 2 comments 1 reply
-
@benlind I'm struggling with the same thing. Did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Slots for defined components in Schema are a bit different, there is documentation about it here: https://formkit.com/essentials/schema#slots at the end called "FORMKIT INPUT SLOTS". But basically it is by using raw values and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to pass slot content via a FormKit schema definition?
I am using the multi-step plugin via schema definition and would like to add a submit button to the last step. The multi-step docs say that you have to pass a slot like so:
Is it possible to pass that slot via the schema? Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions