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"
}
}
}
}

