2515 - Remove autofocus.js

This commit is contained in:
Jonathan Bobel
2025-04-17 14:46:00 -04:00
parent 7de1a9b944
commit 5f258cb699
6 changed files with 10 additions and 130 deletions

View File

@@ -3,7 +3,7 @@
show=False,
form=None,
label=None,
autofocus=False
autofocus=True
) %}
{%- set search_label = label or form.search.label.text %}
@@ -13,7 +13,7 @@
} %}
{% if autofocus %}
{% set x=param_extensions.__setitem__("attributes", {"data-module": "autofocus"}) %}
{% set _ = param_extensions.__setitem__("attributes", {"autofocus": "autofocus"}) %}
{% endif %}
{% if show %}