Merge pull request #4490 from gabrielbazan7/fix/FormFocus

focus confirm button
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-22 17:33:01 -03:00 committed by GitHub
commit 40eab8a117
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</button>
</div>
<div class="half-row left">
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}">
<button ng-click="accept()" class="round expand" ng-style="{'background-color':index.backgroundColor}" autofocus>
<span class="size-12" translate>Confirm</span>
</button>
</div>