We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This appears to be affecting forms with GET method (e.g. a search form) with hx-boost on a parent element:
<div hx-boost="true"> <form method="GET" action="/search"> <input type="search" name="q"> </div>
The action redirects to search e.g. "/search?q=something" but the URL is not updated. This however works using hx-push-url="true".
The text was updated successfully, but these errors were encountered:
push url for forms with GET action
9c2cda0
fixes #485
bf1e510
fixes bigskysoftware/htmx#485
1fb1647
No branches or pull requests
This appears to be affecting forms with GET method (e.g. a search form) with hx-boost on a parent element:
The action redirects to search e.g. "/search?q=something" but the URL is not updated. This however works using hx-push-url="true".
The text was updated successfully, but these errors were encountered: