bigskysoftware / bigskysoftware/htmx
hx-confirm on checkbox should not alter the checkbox state
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
Given the following:
```html
```
If you click cancel on the confirm the checkbox still changes state, but no ajax request is triggered. Instead it should leave the checkbox unchecked (or checked, if it was initially checked) when the user cancels the confirm dialog.
Contributor guide
Assessment
This issue has not been assessed yet.