WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-615f3b-9a.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 118484 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: MDB Datepicker Validation
noveltytech
pro premium priority asked 4 years ago
Expected behavior When I type date from keyboard as 34/56/3000 , it should be invalid.
Actual behavior It is accepting the date as valid. The date should be invalid, as max month and day is exceeded.
Resources (screenshots, code snippets etc.)
<mdb-form-control>
<input mdbInput [mdbDatepicker]="datepicker1" type="text" class="form-control" formControlName="dob" placeholder="MM/DD/YYYY" />
<mdb-datepicker-toggle [mdbDatepicker]="datepicker1">
</mdb-datepicker-toggle>
<mdb-datepicker [inline]="true" #datepicker1
[format]="'mm/dd/yyyy'">
</mdb-datepicker>
</mdb-form-control>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: MDB5 2.0.0
- Device: Lenovo
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 4 years ago
@noveltytech Thank you for letting us know about this problem, we will take a closer look at that and add a fix as soon as possible.
noveltytech pro premium priority commented 4 years ago
any update @Arkadiusz Idzikowski ?
Arkadiusz Idzikowski staff commented 4 years ago
@noveltytech We are currently working on a fix so the problem should be resolved in the next update (probably next week).