This is where it gets a little more custom. Because you can open specific elements
Try data-x-toggle="1"
first because that will try to find the closest toggleable. There’s a couple of other types of “opening” based on if you want animations or want a layered effect and we’ll update the docs promptly on that.
And then controlling a specific element.
data-x-toggleable=e356-e9
Essentially what ID it’s going to point to. I think you can overwrite the data-x-toggleable
id as well on the modal element. See what attributes the off canvas or modal toggle are using to get an idea of what you need to do.
Thanks for bringing this up the toggleable docs could use some more info.