Function not Found group.props
-
I used conditional Fields to hide or show certain fields, depending on what was selected. About 4 weeks ago it stopped working. The dev-Console showed me that this line
if ($group.prop(‘tagName’) === ‘SPAN’) {
was the problem, as group.prop wasn’t recognized as a function.
I solved the problem by ignoring the condition, i.e. I exchanged the function with ‘true’, as it’s only there to determine if there should be an animation and I don’t care about that. Still, I reckon this should not have happened in the first place.
Files I had to change: sripts.js, scripts_es6.js, I’, not sure if I HAD to change the latter, though.
- This topic was modified 3 years, 8 months ago by .
- This topic was modified 3 years, 8 months ago by .
The page I need help with: [log in to see the link]
The topic ‘Function not Found group.props’ is closed to new replies.