Dynamic Filtering of Dropdown Lists on Admin Panel

In my Strapi project, I have a “cars” collection where each car has a brand and model. The brand has many models and I want to have a way to select the brand when an admin adds a new car and then be presented with a filtered list of models related to the chosen brand.

Currently, when a car is added in the admin panel, the dropdowns for brand and model both show all options without any filtering. I would like to have the models dropdown dynamically filter based on the brand selected.

Looking forward to your suggestions and inputs. Thank you!

This topic has been created from a Discord post (1233465138883858552) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

But be aware that it not going to work with data-transfer

It is not clear how to install it

Yea prolly need to record small vid on it

You just install and follow instructions

if you record a video on installing it on a brand new strapi app, that will be great. Thanks for making this plugin

I have your similar use case and I create a plugin that introduce a custom relation field that can filter child dropdown results based on parent dropdown selected brand. This is the link with mock data

Here you can create a car with brand, model and version.