-
Beta Was this translation helpful? Give feedback.
Answered by
Paul-Bob
Mar 10, 2025
Replies: 1 comment 7 replies
-
Hi @Sandilly, that’s an interesting use case! If I understand correctly, you want the user to be able to choose the reviewable entity but always ensure that a new record is created, rather than selecting from existing ones. Is that right? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sandilly, I experimented with this approach and successfully implemented the desired use case using a
MutationObserver
.Please try integrating this code snippet into the stimulus controller associated with your resource and let me know how it goes.