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
|
vn-one
|
||||||
label="Phone"
|
label="Phone"
|
||||||
ng-model="contact.phone"
|
ng-model="contact.phone"
|
||||||
rule="SupplierContact"
|
rule="SupplierContact">
|
||||||
vn-focus>
|
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
<vn-textfield
|
<vn-textfield
|
||||||
vn-one
|
vn-one
|
||||||
label="Mobile"
|
label="Mobile"
|
||||||
ng-model="contact.mobile"
|
ng-model="contact.mobile"
|
||||||
rule="SupplierContact"
|
rule="SupplierContact">
|
||||||
vn-focus>
|
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
<vn-textfield
|
<vn-textfield
|
||||||
vn-one
|
vn-one
|
||||||
label="Email"
|
label="Email"
|
||||||
ng-model="contact.email"
|
ng-model="contact.email"
|
||||||
rule="SupplierContact"
|
rule="SupplierContact">
|
||||||
vn-focus>
|
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
|
@ -49,8 +46,7 @@
|
||||||
label="Notes"
|
label="Notes"
|
||||||
ng-model="contact.observation"
|
ng-model="contact.observation"
|
||||||
rule="SupplierContact"
|
rule="SupplierContact"
|
||||||
title="{{contact.observation}}"
|
title="{{contact.observation}}">
|
||||||
vn-focus>
|
|
||||||
</vn-textfield>
|
</vn-textfield>
|
||||||
<vn-none>
|
<vn-none>
|
||||||
<vn-icon-button
|
<vn-icon-button
|
||||||
|
|
Loading…
Reference in New Issue