Skip to content

Commit a5e5a8c

Browse files
authored
fix(pci.project.vouchers.add): associate label with input element (#590)
ref: https://github.com/ovh-ux/ovh-ui-angular/blob/v3.0.2/packages/oui-field/src/field.controller.js#L66
1 parent 80671fd commit a5e5a8c

File tree

1 file changed

+1
-0
lines changed
  • packages/manager/modules/pci/src/projects/project/vouchers/add

1 file changed

+1
-0
lines changed

packages/manager/modules/pci/src/projects/project/vouchers/add/add.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<oui-field data-label="{{ ::'cpb_vouchers_your_voucher' | translate }}">
1111
<input type="text"
1212
class="oui-input"
13+
id="voucherAddValue"
1314
name="voucherAddValue"
1415
data-ng-model="$ctrl.model.value"
1516
required />

0 commit comments

Comments
 (0)