You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like a radio button with yes no to drive 2 following fields. A yes causes the first field to display and the second to hide. A no causes the first to hide and the second to display. I set this up as follows:
When i come to save or render I get the following error in the js console:
demo.min.js:24 Uncaught TypeError: Cannot read property 'parentElement' of null
at Object.isVisible (demo.min.js:24)
at Object.equals (demo.min.js:24)
at t.execResult (demo.min.js:24)
at demo.min.js:24
at Array.forEach ()
at demo.min.js:24
at Array.forEach ()
at demo.min.js:24
at Array.forEach ()
at demo.min.js:24
If i remove the second fields conditional statement (referencing the first radio button) the save and render returns to working
The text was updated successfully, but these errors were encountered:
I would like a radio button with yes no to drive 2 following fields. A yes causes the first field to display and the second to hide. A no causes the first to hide and the second to display. I set this up as follows:
When i come to save or render I get the following error in the js console:
demo.min.js:24 Uncaught TypeError: Cannot read property 'parentElement' of null
at Object.isVisible (demo.min.js:24)
at Object.equals (demo.min.js:24)
at t.execResult (demo.min.js:24)
at demo.min.js:24
at Array.forEach ()
at demo.min.js:24
at Array.forEach ()
at demo.min.js:24
at Array.forEach ()
at demo.min.js:24
If i remove the second fields conditional statement (referencing the first radio button) the save and render returns to working
The text was updated successfully, but these errors were encountered: