WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-155bc8-3e4.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 = 107373 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 Select: data-secondary-text not displaying.
dncotterill
asked 5 years ago
The data-secondary-text does not display on the option in a mdb-select.
I've tried copying the example from the documentation and the mdb-select itself works.
<select class="md-form mdb-select initialized" searchable="Search here...">
<option selected="selected" value="0" data-secondary-text="">Select an asset...</option>
<option value="1" data-secondary-text="Dell · MS116-BK">00001 - Optical Mouse</option>
<option value="2" data-secondary-text="Dell · Latitude 3500 · i5 8GB RAM">00002 - Laptop</option>
<option value="3" data-secondary-text="BenQ · GL2450">00003 - 24" Monitor</option>
<option value="4" data-secondary-text="Samsung · Tab 3">00004 - Tablet</option>
<option value="5" data-secondary-text="Samsung · Tab 3">00005 - Tablet</option>
<option value="6" data-secondary-text="Samsung · Tab 3">00006 - Tablet</option>
<option value="7" data-secondary-text="">00007 - Patch Lead 0.5m</option>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.16
- Device: Dell XPS 15
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No