If I have form items of type "rowSpacer" or "blurb" I don't really need a name and/or dataPath attribute (the latter I don't use in my project at all). When submitting the form, I get console warnings like:
"Item 0 has no name or dataPath - can't validate."
Is there a way to prevent this
"Item 0 has no name or dataPath - can't validate."
Is there a way to prevent this
Comment