Open Glench opened 4 years ago
Same error here
Uncaught TypeError: prevNode.find is not a function at mavo-sort.js:224 at Array.sort () at Object.Mavo.Functions.sort (mavo-sort.js:140) at Collection.Mavo.Collection.sortDOM (mavo-sort.js:303) at MutationObserver.Mavo.Observer.subtree (mavo-sort.js:77)
code is as simple as that
<ul> <li mv-multiple="service" mv-sort="cost" > <select property="type"> <option>Domain</option> <option value="Email_Account">Email Account</option> <option>Hosting</option> <option>Retainer</option> </select> <input type="text" property="name"> <input type="date" property="renewal_date"> <input type="number" property="cost"> <div class="mv-item-bar"></div> </li> </ul>
I get a JS error in the console when I try to use this plugin:
Here's the Mavo/HTML file. To replicate, add a name and then try sending a couple messages.