<p class="form--field-error">
<label class="error">Error Input</label>
<input class="is-error" type="text" placeholder="Text Input">
</p>
<p class="form--field-valid">
<label class="valid">Valid</label>
<input class="is-valid" type="text" placeholder="Text Input">
</p>
<p class="form--field-error">
<label class="error">Error Input</label>
<input class="is-error" type="text" placeholder="Text Input">
</p>
<p class="form--field-valid">
<label class="valid">Valid</label>
<input class="is-valid" type="text" placeholder="Text Input">
</p>
{
"input-types": [
"text",
"password",
"url",
"email",
"tel",
"time",
"date",
"datetime",
"month",
"week",
"number",
"search",
"hidden",
"color",
"range",
"file"
]
}
There are no notes for this item.