Skip to content

Commit 3bbd56c

Browse files
committed
Replace title with ARIA-label
1 parent b7edeef commit 3bbd56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Table/TableContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
type="text"
405405
bind:value={searchValue}
406406
placeholder="Search rows..."
407-
title="Searchbox for searching rows"
407+
aria-label="Searchbox for searching rows"
408408
id="{tableId}-search"
409409
/><button
410410
type="reset"

0 commit comments

Comments
 (0)