WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-190f4c-32b.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 = 105880 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: Why chips events not working correctly?
Why in pro version chips are not working correctly?
// MY JQUERY code sample as follows:
$('.chips').on('chip.add', function(e, chip){
console.log(chip.tag); // works
});
$('.chips').on('chip.delete', function(e, chip){
console.log(chip.tag); // works
});
$('.chips').on('chip.select', function(e, chip){
console.log(chip.tag);
// NOT WORKING THOUGH WHEN CHIP SELECTED ATTRIBUTE SELECTED IS ADDED
});
$('.chips-placeholder').materialChip({
placeholder: 'ENTER A TAG',
secondaryPlaceholder: '+TAGS',
});
// MY HTML CODE is as follows:
<div class="chips chips-placeholder"></div>
I've paid for pro version why it's NOT working properly?
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.11.0
- Device: Laptop
- Browser: chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Mateusz Łubianka staff commented 6 years ago
Hi @Sanches,
You are right, the chips 'onSelect' function doesn't work. I think this is a little bug so I will create a task with this issue and our team will fix this as soon as possible. Thank you for this notification.
Best,