Skip to content

Add title attribute to item div #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Select.svelte
Add title attribute to item to show a native tooltip when listing large items.
  • Loading branch information
joselazovargas authored Apr 18, 2024
commit 69763da0a17adf07270f093df13d2fd7211d3389
1 change: 1 addition & 0 deletions src/lib/Select.svelte
Original file line number Diff line number Diff line change
@@ -709,6 +709,7 @@
use:activeScroll={{ scroll: isItemActive(item, value, itemId), listDom }}
use:hoverScroll={{ scroll: scrollToHoverItem === i, listDom }}
class="item"
title={item?.[label]}
class:list-group-title={item.groupHeader}
class:active={isItemActive(item, value, itemId)}
class:first={isItemFirst(i)}