remove min

This commit is contained in:
41666 2024-05-02 21:53:46 -04:00
parent d8de618cfc
commit cc0d191723

View file

@ -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>