Select2_from_ajax_grouped #858
-
I need a grouped selector (like select2_grouped) with values loaded from ajax. Is there a way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @aberaldo We do have not such a field on Backpack right now, but I think you can achieve this goal by copy select2_from_ajax
Then you can make the customizations needed to create a new field. Cheers. |
Beta Was this translation helpful? Give feedback.
-
Thank you for contacting us, I hope that with these steps you can achieve your goal and if you need our help again you can reopen the issue or create a new one if necessary. CHeers. |
Beta Was this translation helpful? Give feedback.
Hello @aberaldo
We do have not such a field on Backpack right now, but I think you can achieve this goal by copy select2_from_ajax
Then you can make the customizations needed to create a new field.
Cheers.