Richard T

Results 2 comments of Richard T

@RSchmitzHH My use-case and setup is slightly different to yours. But, instead of... ```el.onchange = (val) => { console.log(val) }```, Could you use?... ```el.on('change', (val) => { console.log(val) });``` The...

Oh no, this is a real shame! I just spent a couple of days migrating our UI over from Preline to NuxtUI. NuxtUI has been great to use, until just...