Replies: 1 comment 2 replies
-
Hi @Sandilly, After integrating Stimulus JS into your application, you should be able to take control of all the fields. Some, like There isn't any official guide available. It uses Tagify behind the scenes, and here is the Stimulus controller that we use to manipulate the tags field. We don't have an example, but by referring to the Tagify documentation along with our Stimulus controller, you should be able to manipulate it as needed with a custom Stimulus controller. Let me know how it goes. If you achieve the desired result and are willing to share your steps and code, we might even create a guide from it. Thank you! PS: Could you explain the use case and what behavior are you trying to achieve? There might be an easier alternative to achieve it |
Beta Was this translation helpful? Give feedback.
-
Hello,
Thank you for all your time addressing my questions! Still learning how to use all of what Avo has to offer and really appreciate all your guidance.
Using the example from the docs here, avo docs - custom stimulus controllers, is there a way to copy this behavior but instead of
Cities
being aselect
field, to use atags
field?I want the behavior of the tags field but the suggestions to be populated by a query based off another select box. I was able to recreate this as shown in example, but once I changed the
Cities
to use atags
field, and updated all the target names, it just broke.Beta Was this translation helpful? Give feedback.
All reactions