Skip to content

Commit 5f3609a

Browse files
author
Cornelis G. A. Kolbach
committed
Brushed up demo
@thet Not sure if validation was in here for techincal test. If so, then it's best to create an extra technical demo page next to index.html.
1 parent c549f55 commit 5f3609a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/pat/clone/index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,13 @@
1111
></script>
1212
</head>
1313
<body>
14-
<form
15-
action=""
16-
class="pat-validation pat-form"
17-
data-pat-validation="disable-selector: #submit"
18-
novalidate
19-
>
14+
<form action=""
15+
class="pat-form"
16+
novalidate>
2017
<fieldset class="vertical">
21-
<!-- <h3>List of family members</h3>
22-
-->
2318
<div
2419
class="pat-clone"
25-
data-pat-clone="template: #clone-template; trigger-element: .clone-trigger; max: 5"
26-
>
20+
data-pat-clone="template: #clone-template; trigger-element: .clone-trigger; max: 5">
2721
<!-- First visible instance and also template -->
2822
<fieldset class="clone">
2923
<legend>Family member 1</legend>

0 commit comments

Comments
 (0)