Hi
I have created a button that toggles an accordion item using Custom Attributes:
data-x-toggle = 1
data-x-toggleable = Element ID
The Element ID seems to change every time I make changes to the page, where the button and the accordion item are.
Example: e15609-e23 changes to e15609-e24 when a new div element is added.
How do I ensure that my button works and opens the specific accordion item constanlty, even though that ID changes?
Thanks 


