Matthieu Bué

Results 19 comments of Matthieu Bué

Hi @unijez ! Sorry for the delay. Could you send a link with the use case, please?

Hi @markjohnson4! Quite hard to understand. Do you have any screenshot?

Hi! Maybe you could find a solution using the hooks? https://twikito.github.io/easy-toggle-state/#hooks

Hi @jlahijani, Thanks for taking time to submit this comment. That's exactly that, yes. Multiple targets must use the same set of classes to toggle. Changing that would complexify the...

Well, this is interesting actually. The problem here is that the target defined by `data-toggle-target` must be a css selector, so in your example `#selector-1, #selector-2`, which *is* a correct...

Hey @jlahijani 👋 I thought a bit more on that request, and I think that to avoid any behaviour conflict, I'll create a new property, such as ``` ``` What...

Hi @aaronstezycki ! Thanks for that question. I guess it's because of the `event.preventDefault()` I've added to avoid unwanted behaviour on links, for example. Maybe I could add an option...

Hey @aaronstezycki 👋 That's actually a good idea! The way I see it, there's two options: - Add `event.preventDefault()` only if the element is a link. Nothing for everything else...

@aaronstezycki I wonder why you think that `` would need that `event.preventDefault()`?

Ok, I guess that makes sense 👍