Adds keyboard access to the finish linking phone button
This commit is contained in:
parent
f7c85432a5
commit
ee4b79120e
4 changed files with 5 additions and 18 deletions
|
@ -255,13 +255,13 @@
|
|||
<span class='banner-icon lead-pencil'></span>
|
||||
<div class='header'>{{ chooseName }}</div>
|
||||
<div>
|
||||
<input type='text' class='device-name' spellcheck='false' maxlength='50' />
|
||||
<input type='text' class='device-name' spellcheck='false' maxlength='50' tabIndex="0" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='nav'>
|
||||
<div>
|
||||
<a class='button finish'>{{ finishLinkingPhoneButton }}</a>
|
||||
<button class="button finish" type="submit" tabIndex="0">{{ finishLinkingPhoneButton }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue