Short description of what this feature will allow to do:
Multilevel select for locations or subcategories.
Example of how to use this feature
(Show some PHP code and/or YAML config explaining how to use this feature in a real app)
AssociationField::new('state'),
AssociationField::new('city')->setParentFieldName('state'),
AssociationField::new('district')->setParentFieldName('city'),
Short description of what this feature will allow to do:
Multilevel select for locations or subcategories.
Example of how to use this feature
(Show some PHP code and/or YAML config explaining how to use this feature in a real app)