Skip to content
Snippets Groups Projects
Commit 863cf0b5 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[BUGFIX] Use type=search for SvgTree filter

The SvgTree filter previously used type=text,
which prevented the element from properly
responding to keyboard events, e.g. using
"escape" to clear the search term.

This is now fixed by using type=search. This
also allows to remove the manual "clearable"
initialization, which is the default browser
behaviour for this type.

Resolves: #95226
Releases: master
Change-Id: Ie0bd636a840c399643b97c43a6e969ca1f97ba32
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71092


Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent c952139d
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment