Skip to content

Commit d8306d2

Browse files
authored
Merge pull request #110 from BEXIS2/table
Replace title with ARIA-label
2 parents b247b7c + 3bbd56c commit d8306d2

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
@@ -405,7 +405,7 @@
405405
title="Search within all table rows"
406406
bind:value={searchValue}
407407
placeholder="Search rows..."
408-
title="Searchbox for searching rows"
408+
aria-label="Searchbox for searching rows"
409409
id="{tableId}-search"
410410
/><button
411411
type="reset"

0 commit comments

Comments
 (0)