?
avatar tassosm
tassosm
18 Jun 2020

Steps to reproduce the issue

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

Expected result

fieldy must show up only when we select Yes in fieldx

Peek 2020-06-18 19-03

Actual result

fieldy shows up and ignores the showon rule.

avatar tassosm tassosm - open - 18 Jun 2020
avatar joomla-cms-bot joomla-cms-bot - change - 18 Jun 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 Jun 2020
avatar tassosm tassosm - change - 18 Jun 2020
The description was changed
avatar tassosm tassosm - edited - 18 Jun 2020
avatar chmst
chmst - comment - 18 Jun 2020

Close this as there is a PR

avatar chmst chmst - change - 18 Jun 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-06-18 16:13:25
Closed_By chmst
avatar chmst chmst - close - 18 Jun 2020

Add a Comment

Login with GitHub to post a comment