Skip to content
Snippets Groups Projects
Commit bc7ac53a authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fix search input to retain last entered value (Fixes #72)

parent 32e07893
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fix search input behavior to remember the last entered value.
## [2.4.3] - 2024-06-25 ## [2.4.3] - 2024-06-25
### Added ### Added
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
method="get" data-module="select-switch"> method="get" data-module="select-switch">
<div class="row filter-search-row"> <div class="row filter-search-row">
<div class='btn show-filters'><i class="fa fa-filter"></i> {{ _("Filter") }}</div> <div class='btn show-filters'><i class="fa fa-filter"></i> {{ _("Filter") }}</div>
{% snippet "snippets/search_box.html"%} {% snippet "snippets/search_box.html", query=q %}
</div> </div>
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment