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
Branches fix-adding-datasets-for-users-and-editors
Tags
No related merge requests found
......@@ -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/),
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
### Added
......
......@@ -16,7 +16,7 @@
method="get" data-module="select-switch">
<div class="row filter-search-row">
<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>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment