We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e498bd commit 7355c93Copy full SHA for 7355c93
packages/docs/src/routes/(routes)/components/validator/+page.md
@@ -213,6 +213,10 @@ min="1" max="10"
213
214
```html
215
<form class="$$fieldset bg-base-200 border-base-300 rounded-box w-xs border p-4">
216
+ <!--
217
+ You can use any way of grouping the validated field with the hint
218
+ as long as the hint is preceded by only one validated field.
219
+ -->
220
<fieldset class="$$fieldset">
221
<label class="$$label">Email</label>
222
<input type="email" class="$$input $$validator" placeholder="Email" required />
0 commit comments