remove min
This commit is contained in:
parent
d8de618cfc
commit
cc0d191723
1 changed files with 1 additions and 7 deletions
|
@ -35,13 +35,7 @@
|
||||||
<section>colors are hot</section>
|
<section>colors are hot</section>
|
||||||
<section>
|
<section>
|
||||||
<form id="form">
|
<form id="form">
|
||||||
<input
|
<input id="input" type="text" maxlength="9" value="girltwink" />
|
||||||
id="input"
|
|
||||||
type="text"
|
|
||||||
maxlength="9"
|
|
||||||
minlength="9"
|
|
||||||
value="girltwink"
|
|
||||||
/>
|
|
||||||
</form>
|
</form>
|
||||||
<label for="input">9 character word (case insensitive)</label>
|
<label for="input">9 character word (case insensitive)</label>
|
||||||
<button id="update">update</button>
|
<button id="update">update</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue