StratusForms icon indicating copy to clipboard operation
StratusForms copied to clipboard

This Signature, and File (Line 208), has a similar issue

Open davidcfk opened this issue 7 years ago • 3 comments

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

davidcfk avatar Sep 19 '18 01:09 davidcfk

Actually... forking and proposing changes later.

davidcfk avatar Sep 19 '18 01:09 davidcfk

I believe textarea is correct, but I'll need to dig back into the code on this one. Thanks for the help though.. appreciated.

mrackley avatar Sep 19 '18 12:09 mrackley

Oh? The change I made was adding the closing square bracket as I didn't think the element selector worked that way..

davidcfk avatar Sep 19 '18 21:09 davidcfk