Added a directive to focus the first input fields
This commit is contained in:
parent
b554c4c7ea
commit
527c3beab1
6 changed files with 27 additions and 18 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div class="large-12 columns">
|
||||
<div class="panel">
|
||||
<label><span translate>Wallet name</span>
|
||||
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName">
|
||||
<input type="text" placeholder="{{'Family vacation funds'|translate}}" class="form-control" ng-model="walletName" auto-focus>
|
||||
</label>
|
||||
<div class="row">
|
||||
<div class="large-6 medium-6 columns">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue