How can I expand has_many field? #3512
Unanswered
HeppokoNeet
asked this question in
Q&A
Replies: 1 comment
-
For cases where the ex. to adjust the width / height of the multiselect (globally): .ra-multiselect > .ra-multiselect-column > .wrapper > select {
min-width: 400px; // default 200px
min-height: 200px; // default 120px
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to expand has_many field.
When I try this code
it doesn't work.
seems working only normal field.
How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions