Error when using a number to start a text field in group[] parameter

Here is how my Component / Parameter combination works as expected. Note that the verse is started with a capital i, or “I”.

Here’s what happens when I start that same text field with a number: “1 John 5:13.”

I’ve included my parameter JSON for reference and testing purposes.

{
  "verse-list"	:	{
    "type"			: "group[]",
    "label"			:	"List of Verses",
    "itemLabel"	: "{{ref}}",
    "params"		: {
      "verse-text"	:	{
        "type"		: "text-editor",
        "label"		: "Verse Text",
        "initial"	: "Jesus wept."
      },
      "ref"		: {
        "type"		: "text",
        "label"		:	"Reference",
        "initial"	: "John 11:35"
      }
    }
  }
}
1 Like

Hello. I will fix that parameter output. It is assuming that it is an image (EX 23:full). Should be fixed in the next update. Have a great day!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.