plbowers
plbowers
As far as I can see this problem is still unresolved in 1.55. Here's how I fixed it (similar to @davidcfk 's fix above which I unfortunately found late), once...
Just in passing I will mention that this code: ``` $(element).prop('checked', false); $(element).attr('checked','checked'); console.log($(element).prop('checked')); ``` seems to log "false" in certain circumstances. But I've confirmed pretty conclusively that $(element).attr('checked','checked'); does,...
It's just an HTML file - just use your CSS as you would normally.
Sure - that would be a good solution.
This error usually means that you have named the field in your form (ListFieldName) something that does not match up exactly to the *internal* column name in SharePoint. If you...
Are you saying "they do not work" and "no items are populated" from an HTML perspective or from a StratusForms/SharePoint perspective? If the former then it is unrelated to StratusForms...
I forgot the related change that had to be made as well: in the same function: function buildStratusFormsDataObject(formElement,StratusFormsValuePairs) { this change needs to be made: if (formVal != undefined) {...
So I noticed a new release just recently and this didn't make it in... Would you prefer if I were to provide a pull request or something like that? Or...
https://github.com/plbowers/StratusForms/pull/1
So I noticed an official release recently and this didn't make it into the release as I had hoped. Do you have a preferred way to provide this type of...