Added aria form labels

This commit is contained in:
snipe 2020-03-31 22:50:14 -07:00
parent a467a6999e
commit 6cc23f69f9

View file

@ -47,7 +47,8 @@
@if (Input::get('status')!='deleted')
@can('delete', \App\Models\User::class)
<div id="toolbar">
<select name="bulk_actions" class="form-control select2" style="width: 200px;">
<label for="bulk_actions" class="sr-only">Bulk Actions</label>
<select name="bulk_actions" class="form-control select2" style="width: 200px;" aria-label="bulk_actions">
<option value="delete">Bulk Checkin &amp; Delete</option>
<option value="edit">Bulk Edit</option>
</select>