-> onkeyup

This commit is contained in:
Nicolai Ort 2023-04-12 15:43:52 +02:00
parent a9cdac4f74
commit aecbabe522
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -161,7 +161,7 @@
<input
title="name-search"
value={header.column.getFilterValue() || ""}
on:keydown={(e) => {
on:keyup={(e) => {
header.column.setFilterValue(e.target.value);
}}
type="text"