<div class="dso-example-wrapper">
<div class="dso-example-text">
<h2>Inline validatie</h2>
</div>
<div class="dso-example">
<table class="table">
<caption>Formulierelementen met specifiek gewenst formaat.</caption>
<thead>
<tr>
<th scope="col">Beschrijving</th>
<th scope="col">Weergave</th>
</tr>
</thead>
<tbody>
<tr>
<td>Veld met fout</td>
<td class="plain-content">
<form>
<fieldset class="dso-form-fields">
<legend class="sr-only">Voorbeeld</legend>
<fieldset>
<legend class="sr-only">Contact</legend>
<div class="form-group dso-input dso-input-text dso-invalid">
<div class="dso-label-container">
<label for="email" class="control-label">
E-mailadres
</label>
</div>
<div class="dso-field-container">
<input type="text" id="email" class="form-control" value="piet@" />
<p class="dso-message">Er is geen geldig e-mailadres ingevuld. Controleer of het e-mailadres een @ en een punt bevat, en of er geen spaties in staan.</p>
</div>
</div>
</fieldset>
</fieldset>
</form>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="dso-example-wrapper">
<div class="dso-example-text">
<h2>Inline validatie</h2>
</div>
<div class="dso-example">
<table class="table">
<caption>Formulierelementen met specifiek gewenst formaat.</caption>
<thead>
<tr>
<th scope="col">Beschrijving</th>
<th scope="col">Weergave</th>
</tr>
</thead>
<tbody>
<tr>
<td>Veld met fout</td>
<td class="plain-content">
{{> '@form' formWithIncorrectField }}
</td>
</tr>
</tbody>
</table>
</div>
</div>
formWithIncorrectField:
formLegend: Voorbeeld
fieldsets:
- legend: Contact
legendScreenreaderOnly: true
groups:
- id: email
inputType: input
type: text
label: E-mailadres
value: piet@
state: invalid
errorText: >-
Er is geen geldig e-mailadres ingevuld. Controleer of het
e-mailadres een @ en een punt bevat, en of er geen spaties in staan.
There are no notes for this item.