Skip to content

Bootstrap theme not displaying correctly #250

Closed Answered by adamberecz
Andream98 asked this question in Questions
Discussion options

You must be logged in to vote

When using form steps inline, you always have to wrap things in the #empty slot (otherwise everything will be rendered as form elements):
https://stackblitz.com/edit/github-vbdsxe-r6ares?file=src%2FApp.vue

<Vueform>
  <template #empty>
    <FormSteps>
      <!-- ... -->
    </FormSteps>
    <FormElements>
      <!-- ... -->
    </FormElements>
    <FormStepsControls />
  </template>
</Vueform>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Andream98
Comment options

Answer selected by Andream98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants