How to make 'Relation' field taggable? #1661
Unanswered
khalid3bdallah
asked this question in
Q&A
Replies: 2 comments
-
I am also facing this issue. Did you find any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have done this with this method. In layout() method:
in createOrUpdate() method:
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR
Any idea how to make 'Relation' field 'taggable' like 'Select' field?
In Select field, I can use taggable() function to allow me to add more options that doesn't already exist.
In 'Relation' class, 'taggable()' function doesn't exist.
Any idea how to implement this?
Beta Was this translation helpful? Give feedback.
All reactions