Skip to content

hx-boost with form not replacing URL #485

@danjac

Description

@danjac

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions