__Issue description__:
<button> elements generated by tiny-slider are missing the type="button" attribute. This is causing pages using webforms to refresh any time one of these buttons get pressed.
Experiencing the same issue here. For now, I'll have to add type button using JS.
Think it will be fixed with https://github.com/ganlanyuan/tiny-slider/pull/382
I'm on v2.9.2 and getting this issue. When will this fix be released and hosted on a cdn?
Hotfixing with the following jQuery after calling tns() in the meantime:
$(".tns-controls button").attr("type", "button");
Most helpful comment
Think it will be fixed with https://github.com/ganlanyuan/tiny-slider/pull/382