Skip to content

Commit

Permalink
fix(demo): re-add wrapper:false
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine authored and myparcel-bot[bot] committed Jan 10, 2024
1 parent 11164ec commit 4ef80f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/demo/src/views/NewFormView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ const Email = createField({
name: 'email',
label: 'Email',
component: TTextInput,
// This is necessary because there's a global wrapper defined in the form options.
wrapper: false,
props: {
type: 'email',
},
Expand Down

0 comments on commit 4ef80f2

Please sign in to comment.