User tests: Successful: Unsuccessful:
This fix a default values for "max" and "groupByFieldset" properties, for subform field.
Use "Custom HTML" module and add subform field into the module xml:
<field name="field-name" type="subform" formsource="modules/mod_custom/test1.xml"
multiple="true" label="Subform Field" description="Subform Field Description" />
and create simple form xml in modules/mod_custom/test1.xml:
<?xml version="1.0" encoding="UTF-8"?>
<form>
<field name="test_text" type="text"
label="test_text" description="test_text" />
<field name="test_textarea" type="textarea"
label="textarea" />
</form>
expected result
You should see the subform inputs, with possibility to add new row.
actuall result
the subform is empty, and you can add only one row
Title |
|
Category | ⇒ | Fields |
I have tested this item
Thanks
Status | New | ⇒ | Ready to Commit |
Successfully tested. Perfect.
I have tested this item✅ successfully on c599253
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11158.
Thanks for creating this field, already using it in an extension.