xxxxxxxxxx
1
<p>Test "Disabled" for Input Fileds</p>
2
3
<div class="md-form mt-5">
4
<input mdbInput type="text" class="form-control" name="name" value="Peter Bladh">
5
<label for="name">First and Lastname</label>
6
</div>
7
<div class="md-form mt-5">
8
<input mdbInput type="text" class="form-control" name="name2" value="Peter Bladh" disabled>
9
<label class="disabled" for="name2">First and Lastname</label>
10
</div>
11
1
1
1
1
Console errors: 0