removed focus from html template
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0e7c294f46
commit
7ac1807495
|
@ -25,22 +25,19 @@
|
|||
vn-one
|
||||
label="Phone"
|
||||
ng-model="contact.phone"
|
||||
rule="SupplierContact"
|
||||
vn-focus>
|
||||
rule="SupplierContact">
|
||||
</vn-textfield>
|
||||
<vn-textfield
|
||||
vn-one
|
||||
label="Mobile"
|
||||
ng-model="contact.mobile"
|
||||
rule="SupplierContact"
|
||||
vn-focus>
|
||||
rule="SupplierContact">
|
||||
</vn-textfield>
|
||||
<vn-textfield
|
||||
vn-one
|
||||
label="Email"
|
||||
ng-model="contact.email"
|
||||
rule="SupplierContact"
|
||||
vn-focus>
|
||||
rule="SupplierContact">
|
||||
</vn-textfield>
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
|
@ -49,8 +46,7 @@
|
|||
label="Notes"
|
||||
ng-model="contact.observation"
|
||||
rule="SupplierContact"
|
||||
title="{{contact.observation}}"
|
||||
vn-focus>
|
||||
title="{{contact.observation}}">
|
||||
</vn-textfield>
|
||||
<vn-none>
|
||||
<vn-icon-button
|
||||
|
|
Loading…
Reference in New Issue