<field name="items" type="subform" formsource="modules/mod_modulex/fields/item.xml" min="1" max="4" multiple="true" layout="joomla.form.field.subform.repeatable-table" groupByFieldset="true" label="Subform Field" description="Subform Field Description" />
<?xml version="1.0" encoding="UTF-8"?>
<form>
<fieldset name="items_fieldset" label="Fields">
<field
name="type"
type="list"
default="0"
label="Type"
description="Enter Type"
>
<option value="0">Small</option>
<option value="1">Medium</option>
<option value="2">Large</option>
</field>
<field name="for_large"
type="text"
label="Additional entry for large" showon="type:2" />
</fieldset>
</form>
The field for_large
is hidden until I choose 'Large' in the field type
The field for_large
is hidden for the first item only. When I add the second item and so on, the field is always showing up. See this gif cast attached below
Joomla 3.6.2
nope, no update
it's too bad :(
Is it really hard to fix it?
well, yes, need some tricky changes in existing showon code,
I do not promise, but if I will have a more time I try check it
this can be closed
Closed as we have a pr
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-08 18:55:37 |
Closed_By | ⇒ | brianteeman |
Is there any update on this issue? This issue also affects showon. Showon won't work for subform child too
cc : @Fedik
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/11548.