Merge pull request #28 from peter50216/fix-no-reset-on-enter

Don't reset the form when pressing enter in the input box.
master
Mike Bryant 5 years ago committed by GitHub
commit 6771302034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,6 @@
</span>
</div>
</div>
<form>
<div class="row">
<div class="col s2">
<h5>Daisy Mae</h5>
@ -117,12 +116,11 @@
</div>
<div class="row">
<div class="col s12">
<button id="reset" class="btn waves-effect waves-light" type="submit" name="action">
<button id="reset" class="btn waves-effect waves-light" name="action">
Reset
</button>
</div>
</div>
</form>
<div class="divider"></div>

Loading…
Cancel
Save