make the "Create" button focusable with keyboard

This commit is contained in:
boarwell 2021-08-09 16:49:03 +09:00
parent 2e9b288d7b
commit e0da867b4a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<div class="row">
<div class="col p-1">
<span id="submit" class="btn btn-primary mt-1">Create</span>
<button type="button" id="submit" class="btn btn-primary mt-1">Create</button>
</div>
</div>
</form>