Add class attribute to form
1 unresolved thread
1 unresolved thread
Edited by mattwire
Merge request reports
Activity
- Resolved by mattwire
1 1 <template> 2 2 <div style="overflow:hidden;"> 3 3 4 <form action='#' @submit.prevent="submitForm" v-if="stage === 'form'"> 4 <form :id="inlay.initData.formID" action='#' @submit.prevent="submitForm" v-if="stage === 'form'"> changed this line in version 3 of the diff
added 6 commits
-
6d1f96de...cbc0a046 - 5 commits from branch
extensions:main
- e50e2ba2 - Add class attribute to form and wrapper div
-
6d1f96de...cbc0a046 - 5 commits from branch
@artfulrobot Updated and recompiled to use class on div and form
mentioned in commit 19525c16
Please register or sign in to reply