@@ -690,6 +690,7 @@ exports[`Datetime Picker renders a default datetime picker 1`] = `
690
690
<label
691
691
className = " slds-form-element__label"
692
692
htmlFor = " example-unique-id-2"
693
+ id = " combobox-label-id-1"
693
694
>
694
695
Time
695
696
</label >
@@ -712,7 +713,7 @@ exports[`Datetime Picker renders a default datetime picker 1`] = `
712
713
aria-controls = " example-unique-id-3"
713
714
aria-expanded = " false"
714
715
aria-haspopup = " listbox"
715
- autocomplete = " off"
716
+ autoComplete = " off"
716
717
className = " slds-input slds-combobox__input"
717
718
defaultValue = " "
718
719
id = " example-unique-id-2"
@@ -1612,6 +1613,7 @@ exports[`Datetime Picker renders with a date selection 1`] = `
1612
1613
<label
1613
1614
className = " slds-form-element__label"
1614
1615
htmlFor = " example-unique-id-8"
1616
+ id = " combobox-label-id-3"
1615
1617
>
1616
1618
Time
1617
1619
</label >
@@ -1634,7 +1636,7 @@ exports[`Datetime Picker renders with a date selection 1`] = `
1634
1636
aria-controls = " example-unique-id-9"
1635
1637
aria-expanded = " false"
1636
1638
aria-haspopup = " listbox"
1637
- autocomplete = " off"
1639
+ autoComplete = " off"
1638
1640
className = " slds-input slds-combobox__input"
1639
1641
defaultValue = " "
1640
1642
id = " example-unique-id-8"
@@ -2542,6 +2544,7 @@ exports[`Datetime Picker renders with a required plus error state 1`] = `
2542
2544
<label
2543
2545
className = " slds-form-element__label"
2544
2546
htmlFor = " example-unique-id-20"
2547
+ id = " combobox-label-id-7"
2545
2548
>
2546
2549
Time
2547
2550
</label >
@@ -2564,7 +2567,7 @@ exports[`Datetime Picker renders with a required plus error state 1`] = `
2564
2567
aria-controls = " example-unique-id-21"
2565
2568
aria-expanded = " false"
2566
2569
aria-haspopup = " listbox"
2567
- autocomplete = " off"
2570
+ autoComplete = " off"
2568
2571
className = " slds-input slds-combobox__input"
2569
2572
defaultValue = " "
2570
2573
id = " example-unique-id-20"
@@ -3476,6 +3479,7 @@ exports[`Datetime Picker renders with a required state 1`] = `
3476
3479
<label
3477
3480
className = " slds-form-element__label"
3478
3481
htmlFor = " example-unique-id-14"
3482
+ id = " combobox-label-id-5"
3479
3483
>
3480
3484
Time
3481
3485
</label >
@@ -3498,7 +3502,7 @@ exports[`Datetime Picker renders with a required state 1`] = `
3498
3502
aria-controls = " example-unique-id-15"
3499
3503
aria-expanded = " false"
3500
3504
aria-haspopup = " listbox"
3501
- autocomplete = " off"
3505
+ autoComplete = " off"
3502
3506
className = " slds-input slds-combobox__input"
3503
3507
defaultValue = " "
3504
3508
id = " example-unique-id-14"
@@ -4397,6 +4401,7 @@ exports[`Datetime Picker renders with a small width container 1`] = `
4397
4401
<label
4398
4402
className = " slds-form-element__label"
4399
4403
htmlFor = " example-unique-id-5"
4404
+ id = " combobox-label-id-2"
4400
4405
>
4401
4406
Time
4402
4407
</label >
@@ -4419,7 +4424,7 @@ exports[`Datetime Picker renders with a small width container 1`] = `
4419
4424
aria-controls = " example-unique-id-6"
4420
4425
aria-expanded = " false"
4421
4426
aria-haspopup = " listbox"
4422
- autocomplete = " off"
4427
+ autoComplete = " off"
4423
4428
className = " slds-input slds-combobox__input"
4424
4429
defaultValue = " "
4425
4430
id = " example-unique-id-5"
@@ -5319,6 +5324,7 @@ exports[`Datetime Picker renders with a time selection 1`] = `
5319
5324
<label
5320
5325
className = " slds-form-element__label"
5321
5326
htmlFor = " example-unique-id-11"
5327
+ id = " combobox-label-id-4"
5322
5328
>
5323
5329
Time
5324
5330
</label >
@@ -5341,7 +5347,7 @@ exports[`Datetime Picker renders with a time selection 1`] = `
5341
5347
aria-controls = " example-unique-id-12"
5342
5348
aria-expanded = " true"
5343
5349
aria-haspopup = " listbox"
5344
- autocomplete = " off"
5350
+ autoComplete = " off"
5345
5351
className = " slds-input slds-combobox__input slds-has-focus"
5346
5352
defaultValue = " "
5347
5353
id = " example-unique-id-11"
@@ -6256,6 +6262,7 @@ exports[`Datetime Picker renders with an error state 1`] = `
6256
6262
<label
6257
6263
className = " slds-form-element__label"
6258
6264
htmlFor = " example-unique-id-17"
6265
+ id = " combobox-label-id-6"
6259
6266
>
6260
6267
Time
6261
6268
</label >
@@ -6278,7 +6285,7 @@ exports[`Datetime Picker renders with an error state 1`] = `
6278
6285
aria-controls = " example-unique-id-18"
6279
6286
aria-expanded = " false"
6280
6287
aria-haspopup = " listbox"
6281
- autocomplete = " off"
6288
+ autoComplete = " off"
6282
6289
className = " slds-input slds-combobox__input"
6283
6290
defaultValue = " "
6284
6291
id = " example-unique-id-17"
0 commit comments