Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-select option for many-to-many relations #1

Open
euknyaz opened this issue Apr 22, 2020 · 1 comment
Open

Multi-select option for many-to-many relations #1

euknyaz opened this issue Apr 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@euknyaz
Copy link
Owner

euknyaz commented Apr 22, 2020

Implement multi-select option for many-to-many relations (currently we are limited to one-to-many and one-to-one relations only).

fields.yaml

 user:
        label: User
        comment: 'dynamic search and autocomplete with lazy loading'
        span: left
        type: relation-dynamic-dropdown
        select: CONCAT(first_name, ' ', last_name, ' - ', email)
        limit: 10
        attributes: { multiple: 'multiple' } # reserved for many-to-many relations

Multi-select demo

Demo

@euknyaz euknyaz added the enhancement New feature or request label Apr 22, 2020
@euknyaz euknyaz self-assigned this Apr 22, 2020
@PubliAlex
Copy link

Hello,

Very interested by this feature, any update on this ?

Best regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants