Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Way to prevent warning "Item 0 has no name or dataPath - can't validate"

    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

    #2
    Hi Wallytax,

    why don't you just give arbitrary names like "myrowSpacer"?

    Best regards
    Blama

    Comment


      #3
      Good idea, I will do that in the mean time. However, if there's a simpler solution (like setting a certain field property to some value), please let me know.

      Comment


        #4
        Hi Wallytax,
        Thanks for letting us know.
        You can ignore these warnings in the console - they're harmless and won't impact end users, but we're getting rid of them in the framework.
        The fix will be present in the next nightly build (Jun 4 or above) in the 11.0p and 11.1d branches.

        Regards
        Isomorphic Software

        Comment


          #5
          It seems to be working, thanks a lot!

          Comment

          Working...
          X