plyr should only add class to video etc. elements
plyr (classes: plyr plyr--input plyr--is-touch) are added to every input element
<div tabindex="0" class="plyr plyr--input plyr--is-touch">
Players affected:
Add input filed in HTML... Plyr will add wrapper <div tabindex="0" class="plyr plyr--input">
<input placeholder="Name*" required="" type="text" data-field="f1" class=" form-control" id="f1_1" name="f1" value="" data-type="text" aria-required="true" aria-labelledby="f1Label">
I'm going to be changing all the data attribute namespacing in v3 so everything is under data-plyr-x so this won't be an issue any longer.
Closing this one as I think it's fixed but feel free to re-open if not solved in v3 馃憤