easy-toggle-state icon indicating copy to clipboard operation
easy-toggle-state copied to clipboard

A tiny JavaScript library to easily toggle the state of any HTML element in any contexts, and create UI components in no time.

Results 18 easy-toggle-state issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

As [requested on Twitter](https://twitter.com/Twikito/status/1328670449576931329). I’m opening an issue because Twitter is too painful for long form text. My thoughts as I peruse the site, in no particular order: - Nice...

enhancement

**Describe the bug** When initializing toggle with `data-toggle-is-active` targets `aria-hidden` attribute is not changed. This happens when `data-toggle-target` is used to identify target, if `data-toggle-target-parent` is used, the bug is...

Hi, would appreciate a sample app in Blazor. As I have difficulty in getting it to work.

Thank you for your response to my previous bug report, while I was working with the library some more I came across another data-toggle-trigger-off bug **Describe the bug** When an...

**Describe the bug** Having created a mobile menu toggle with the unbind action being called from mobile to desktop. I noticed that if an element has data-toggle-trigger-off it does not...

bug

**Is your feature request related to a problem? Please describe.** - No **Describe the solution you'd like** ```js data-toggle-outside-event="click, submit, ..." ```

**Describe the bug** When you set `data-outside-event="scroll"`, will be console error: "TypeError: eTarget.closest is not a function" **To Reproduce** Steps to reproduce the behavior: 1. Set a trigger data: `data-outside-event="scroll"`...