Open davidcfk opened 6 years ago
Actually... forking and proposing changes later.
I believe textarea is correct, but I'll need to dig back into the code on this one. Thanks for the help though.. appreciated.
Oh? The change I made was adding the closing square bracket as I didn't think the element selector worked that way..
https://github.com/mrackley/StratusForms/blob/eb9e9f3a107afc37f563e1ec1a1f2caa810a0f50/stratus-forms-1.5.js#L198
Should be $("div[data-StratusFormsType='Signature']").each(function () {
and
$("div[data-StratusFormsType='File']").each(function () {
respectively