Topic: Admin Dashboard Tutorial mistake?
sundance free asked 5 years ago
I think that in Admin Dashbord Tutorial there is a small, unvisible mistake: label for="date-picker-example" is not correct. Just for the sake of precision, "label for=" should refer to "id=", in this case "from" or "to".
Expected behavior
<div class="md-form">
<input placeholder="Selected date" type="text" id="from" class="form-control datepicker">
<label for="from">From</label>
</div>
<div class="md-form">
<input placeholder="Selected date" type="text" id="to" class="form-control datepicker">
<label for="to">To</label>
</div>
Actual behavior
<div class="md-form">
<input placeholder="Selected date" type="text" id="from" class="form-control datepicker">
<label for="date-picker-example">From</label>
</div>
<div class="md-form">
<input placeholder="Selected date" type="text" id="to" class="form-control datepicker">
<label for="date-picker-example">To</label>
</div>
Resources (screenshots, code snippets etc.)
Konrad Stępień staff answered 5 years ago
Hi @sundance,
Thanks for reporting this bug,
I will forward it to the appropriate department so that the error will fix
Best, Konrad.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: PC
- Browser: Chrome
- OS: Windows 7 Prof. 64-bit
- Provided sample code: No
- Provided link: No