Textbox (Validation states)
Input textbox loading and error states.
How to correct this input.
How to correct this input.
How to correct this input.
Markup
<div class="m-ip-textbox [modifier class]">
<label class="m-ip-textbox__label" for="error">Full name</label>
<p class="m-ip-textbox__error">How to correct this input.</p>
<input class="m-ip-textbox__input" type="text" id="error" name="full_name" value="Magesh Ravi">
</div>
static/css/src/_m-ip-textbox.scss
, line 126