Topic: Timepicker in Admin dashboard 5. Main panel, select and date picker not working
Kruythoff free asked 6 years ago
not working
<!--Date select-->
<pclass="lead">
<spanclass="badge info-color-dark p-2">Date range</span>
</p>
<selectclass="mdb-select colorful-select dropdown-info">
<optionvalue=""disabled>Choose time period</option>
<optionvalue="1">Today</option>
<optionvalue="2">Yesterday</option>
<optionvalue="3">Last 7 days</option>
<optionvalue="3">Last 30 days</option>
<optionvalue="3">Last week</option>
<optionvalue="3">Last month</option>
</select>
<!--Date pickers-->
<pclass="lead my-4">
<spanclass="badge info-color-dark p-2">Custom date</span>
</p>
<divclass="md-form">
<inputplaceholder="Selected date"type="text"id="from"class="form-control datepicker">
<labelfor="date-picker-example">From</label>
</div>
<divclass="md-form">
<inputplaceholder="Selected date"type="text"id="to"class="form-control datepicker">
<labelfor="date-picker-example">To</label>
</div>
</div>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: pc
- Browser: google chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Bartłomiej Malanowski staff commented 6 years ago
Do you get any console errors?