Testing - Password
Pristine
<hx-password-control>
Optional
<input type="password">
:valid | :invalid |
---|---|
|
|
|
|
Required
<input type="password" required>
:valid | :invalid |
---|---|
|
|
|
|
Dirty
<hx-password-control hx-dirty>
Optional
<input type="password">
:valid | :invalid |
---|---|
|
|
|
|
Required
<input type="password" required>
:valid | :invalid |
---|---|
|
|
|
|
Visually Invalid
<hx-password-control class="hxInvalid">
Optional
<input type="password">
:valid | :invalid |
---|---|
|
|
|
|
Required
<input type="password" required>
:valid | :invalid |
---|---|
|
|
|
|
With Placeholder
<input type="password" placeholder="Please Enter Password" />
Layout
input + label
input + label.hxRequired
input + label + div
DIV