xxxxxxxxxx
1
<h4 class="mt-4">
2
On outer div
3
</h4>
4
<div class="form-outline timepicker" data-mdb-timepicker-invalidLabel="Testing">
5
<input type="text" class="form-control" id="form1" />
6
<label class="form-label" for="form1" >Select a time</label>
7
</div>
8
9
<h4 class="mt-4">
10
On input
11
</h4>
12
<div class="form-outline timepicker" >
13
<input type="text" class="form-control" id="form2" data-mdb-timepicker-invalidLabel="Testing" />
14
<label class="form-label" for="form2" >Select a time</label>
15
</div>
16
17
<h4 class="mt-4">
18
On Label
19
</h4>
20
<div class="form-outline timepicker" >
21
<input type="text" class="form-control" id="form3" />
22
<label class="form-label" for="form3" data-mdb-timepicker-invalidLabel="Testing">Select a time</label>
23
</div>
1
1
1
1
Console errors: 0