Skip to content

Dependent / Chained AssociativeField #4716

@noorwachid

Description

@noorwachid

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'),

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions