-
Hi Hotwire folks! I've run into an interesting situation that is making me wonder if Turbo should be explicitly `throw`ing an exception. Let me set up the context ...
We have a form that should get…
-
In the handbook(https://turbo.hotwired.dev/handbook/drive#form-submissions) it shows disabling form inputs inside the submit-start event. However if the form uses GET and the field(s) are disabled ins…
-
Currently if the response from turbo requests returns a redirect response whilst inside a frame, there is no way for the server side to conditionally control what turbo to do with the response, eg. fo…
-
## SUMMARY
After submitting a non-GET form and server responds with...
- **failure** => DOES NOT Clear Cache (CORRECT)
- **success/redirect response** => Clears Cache (CORRECT)
- **success/turbo…
-
### pnpm version:
7.26.3
### Code to reproduce the issue:
Fresh `pnpm install` on any project.
### Expected behavior:
Successful installation (Yarn and NPM work fine).
### Actual beh…
-
After i upgraded from version 8.0.10 to 8.0.11 i got the following issue:
Uncaught TypeError: ya is not a function
at this positon:
function bi(t, n) {
return ya(t, n) && !nt.drive.unvis…
-
Hi! First of all I want thank community for Turbo. I really enjoy it as it helps to use almost no custom javascript!
I suspect that I have found a bug. Element marked by `data-turbo-cache=false` or…
-
# Use case
Hotwire recently added a similar feature. Would make available some intuitive low-code patterns in htmx.
If `hx-trigger="submit[action()]"` supported async calls, we could "pause" th…
gnat updated
9 months ago
-
So I check every setting and I am not sure what's wrong. I don't see any error codes. But, When I command jarvis to play music nothing changes in music assistant. But, it confirms it was played correc…
-
Hello! It's me again.
I updated to the latest version and really decided to try out the view transition API. It works very well and looks very smooth.
However, I encountered a weird behaviour. A…