Merge pull request #561 from boarwell/keyboard-focusable

Make the "Create" button focusable with keyboard
This commit is contained in:
Son Nguyen Kim 2021-08-14 22:08:42 +02:00 committed by GitHub
commit 888de34a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>