Fixed tab not focusing role select in Invite User modal (#1020)

closes #7132
- removed `tabindex` from role selection on invite user field
- removing the tabindex defaults the tabindex to "-1"
This commit is contained in:
ean 2018-06-04 09:51:09 -07:00 committed by Kevin Ansfield
parent 4bf815dba4
commit a18d8d3e59
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<div class="form-group for-select">
<label for="new-user-role">Role</label>
<span class="gh-select" tabindex="0">
<span class="gh-select">
{{one-way-select
id="new-user-role"
name="role"