Thomas
Thomas
Thanks for the quick reply. I was asking because I wanted to know if it was still in development. For now I'm not confident enough as a Play Framework developer...
> Fixed (hscroll handler added). > @kseniiaguzeeva Please test with real mouse scroller. > > Workaround: do regular scroll (mouse wheel + press shift key). It's fixed in the next...
For me it didn't even show the error, it just didn't work
@klingtnet Here is an example of the audio, the music is a normal number and not some weird metal / hardstyle numbers as it now sounds like. https://photos.app.goo.gl/rfGpGfEDQhR1P8dd6
I made a workaround by extending jQuery: within your `onRendered` function ```javascript jQuery.fn.extend({ size: function() { return $(this).length; } }); this.$('.datetimepicker').datetimepicker(); ```