-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(item): show tooltip when text ellipsis (#394)
* feat(item): show tooltip when text ellipsis * style(item): fix lint error * fix(item): remove condition to register tooltip * chore(item): use isElementOverflown and remove isTruncated * fix(item): add tooltip for label and sub-label * fix(item): change way to call methods * test(item): add more test cases * fix(item): update tooltip content * fix(item): update tooltip follow feedback * fix(item): update subLabel show content logic * chore(color-picker): add new slot ref * fix(item): update test snapshot * chore(color-picker): simplify label and subLabel logic template * fix(item): remove unnecessary code * chore(item): update code comment Co-authored-by: Tremayne Christ <[email protected]> * chore(item): remove unnecessary casting type * chore(color-picker): remove empty line * fix(item): handle empty slot when assign to nodes Co-authored-by: Tremayne Christ <[email protected]> Co-authored-by: Tremayne Christ <[email protected]>
- Loading branch information
1 parent
7cb97f0
commit 8943eb6
Showing
3 changed files
with
109 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters