WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5c9cc8-16.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 = 93453 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: Textarea not auto resizing when there is default text
Pre populating text area with lots of text, that has class md-textarea-auto, the text area does not auto resize to the appropriate size. We are using version 7.2.0. With the following code:
<div class="md-form">
<textarea type="text" id="form7" class="md-textarea md-textarea-auto form-control" mdbInput></textarea>
<label for="form7">Auto resizing textarea</label>
</div> FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.0.0
- Device: Any
- Browser: Any
- OS: Any
- Provided sample code: No
- Provided link: No