Use the following subform field in a form
<field name="field-name" type="subform"
label="Subform Field"
multiple="true">
<form>
<field name="fieldx" type="list"
label="Foo">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
<field name="fieldy" type="text"
label="Example Text"
showon="fieldx:1"
/>
</form>
</field>
Click to add a new item
fieldy must show up only when we select Yes in fieldx
fieldy shows up and ignores the showon rule.
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-06-18 16:13:25 |
Closed_By | ⇒ | chmst |
Close this as there is a PR