-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: makes tooltips visible in fileuploaderItem #18910
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
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18910 +/- ##
=======================================
Coverage 84.98% 84.98%
=======================================
Files 394 394
Lines 14534 14534
Branches 4735 4790 +55
=======================================
Hits 12351 12351
+ Misses 2035 2034 -1
- Partials 148 149 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #18477
Updates FileUploaderItem storybook example to display tooltip
TreeView (All) ->
Treeview/TreeNode at present does not have integrated tooltips ref issue - [Bug]: TreeNode to support truncation when label text gets too big, consider integrating <Tooltip> within TreeNode #18919
FileUploader item – When the label text gets truncated
Slider (All on the handle) – Keep the number input :
In slider component the tooltips are visible when the
hideTextInput
prop is set to true (which hides the numeric input fields)Tooltips are visible in slider-with-hidden-inputs variant
Changelog
Changed
Made label text really long for FileUploaderItem storybook example
Testing / Reviewing
{{ Add descriptions, steps or a checklist for how reviewers can verify this PR works or not }}