bigskysoftware / bigskysoftware/htmx
hx-confirm does not work with hx-ws
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
The WebSocket extension does not respect `hx-confirm` (a confirmation dialogue is not shown and the WebSocket call is made as if `hx-confirm` was not specified).
## Workaround
Manually implement equivalent functionality on `ws-before-send`.
e.g.,
```html
```
Contributor guide
Assessment
This issue has not been assessed yet.