xxxxxxxxxx
1
<p>
2
This date picker does not allow user to type any text. Expected behaviour.
3
</p>
4
<div class="md-form">
5
<input type="date" id="input" class="form-control" mdbInput>
6
<label for="input">Choose your date</label>
7
</div>
8
9
<p>
10
This date picker allow user to type any text in the input, i need to block user from typing any text in the input. <br/>
11
But if the user types any date, it should accept. The above date picker works perfect, the UI is bit old.<br/>
12
Please solve the issue in the below date picker.
13
</p>
14
<div class="form-outline datepicker">
15
<input type="text" class="form-control" id="exampleDatepicker11" />
16
<label for="exampleDatepicker11" class="form-label">Select a date</label>
17
</div>
1
1
1
1
Console errors: 0