Hi!
I am working with the "dependent" field type using two models: categories and subcategories. It is working fine except but an js error:
Uncaught TypeError: Cannot read property 'length' of null at custom_fields.js?c=1303.
If the multiple attribute is set to TRUE, the error dissapears. But for my purpose i need it setted to FALSE. Any suggestions? THanks!
Comments
Thanks!
This call would be made only from the dependent_on field ( categories).
I solved this putting a js script returning false on the "change" event. But I think the original behavior would not need this little hack. Thank you!