Skip to content

Commit

Permalink
feat: add tooltip to lookup options
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Sep 13, 2023
1 parent a0481a7 commit 93683f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/default/lwc/lookup/lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
role="option"
id={index}
aria-label={item.result.title}
title={item.result.title}
onclick={handleResultClick}
data-recordid={item.result.id}
>
Expand Down

0 comments on commit 93683f7

Please sign in to comment.