Merge pull request #4490 from gabrielbazan7/fix/FormFocus
focus confirm button
This commit is contained in:
commit
40eab8a117
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="half-row left">
|
<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>
|
<span class="size-12" translate>Confirm</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue