Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Advanced Stuff

Felice Ostuni edited this page Apr 13, 2016 · 2 revisions

Making cascade fields

the complex situation is like a CRUD on "article" that belongs to a "category" and have multiple "tags" assigned, each tag belongs to many "categories". You need to build some behavior onchange category, to show the only associable tags for the selected category.

this is the way:

Clone this wiki locally