Skip to content
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

[Feature]: Add a tooltip property to the following widgets #18097

Closed
1 task done
dilippitchika opened this issue Nov 4, 2022 · 8 comments · Fixed by #18480
Closed
1 task done

[Feature]: Add a tooltip property to the following widgets #18097

dilippitchika opened this issue Nov 4, 2022 · 8 comments · Fixed by #18480
Assignees
Labels
Date Picker Widget Enhancement New feature or request Good First Issue Good for newcomers MultiSelect Widget Issues related to MultiSelect Widget MultiTree Select Widget Issues related to MultiTree Select Widget Needs PRD Issue which are awaiting PRD Select Widget Select or dropdown widget TreeSelect Issues related to TreeSelect Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@dilippitchika
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Add a tooltip property similar to input widget to the following widgets

  1. Select family - Select, Multi-select, tree-select, multi-tree-select
  2. Datepicker

Why should this be worked on?

Helps our devs inform users with more details on the widget

@dilippitchika dilippitchika added Enhancement New feature or request Good First Issue Good for newcomers Select Widget Select or dropdown widget Date Picker Widget MultiSelect Widget Issues related to MultiSelect Widget MultiTree Select Widget Issues related to MultiTree Select Widget TreeSelect Issues related to TreeSelect Widget Needs PRD Issue which are awaiting PRD labels Nov 4, 2022
@dilippitchika dilippitchika self-assigned this Nov 4, 2022
@github-actions github-actions bot added the Widgets Product This label groups issues related to widgets label Nov 4, 2022
@dilippitchika
Copy link
Contributor Author

Objective

  • Allow developers to further inform the users about the choices about a widget

Changes needed

  • Add a new property called "Tooltip" in the general section
  • This property should be above the placeholder section for select widgets
  • This property should be in the "General" section and the first property in that section
  • Follow the same logic on displaying tooltips in the widget as it shows up on input widget

@yan-hic
Copy link

yan-hic commented Nov 9, 2022

I would extend the tooltip feature to all/any widget requiring user input or action e.g. button.
This would save screen real estate by not displaying explicit instructions.

A little indicator in the corner of the widget would help tell the user there is something about it.

@yan-hic
Copy link

yan-hic commented Dec 13, 2022

Do you have a similar feature request for table columns ? This can useful to guide users when entering or understanding the data.
If not, can you create one ?

@iamrkcheers
Copy link

Do you have a similar feature request for table columns ? This can useful to guide users when entering or understanding the data. If not, can you create one ?

@dilippitchika

@dilippitchika
Copy link
Contributor Author

@yan-hic is this similar to what you are looking for - #9073

@yan-hic
Copy link

yan-hic commented Dec 13, 2022

@dilippitchika very interesting as I would be interested in a cell tooltip too ! I am coming from Power BI which is read-only hence why I am here 😀 and I use cell/value tooltips to provide further context like error code -> description or vendor Nr > vendor name (or other stats).

I think the features are different though:

  • one is when hovering the column header: provide explanation/description/instructions on what the column contains
  • another is when hovering over a cell to provide context. The tooltip should show the full value (current behavior) + extra custom text using JS (so one can refer to another hidden column or custom calc)

This is how PBI renders.

Note that the second could be a subset of a Table V3 bundle to make Tables behave like a spreadsheet - there is a huge demand for that: navigating cell to cell (arrows), copy/paste,...

Feel free to refer or copy my comments elsewhere as here may not be the best place.

@dilippitchika
Copy link
Contributor Author

Oh we have a different request for header tooltips - #16771

@yan-hic
Copy link

yan-hic commented Dec 13, 2022

@dilippitchika great - covered then !

@Nikhil-Nandagopal Nikhil-Nandagopal added the Widgets & Accelerators Pod Issues related to widgets & Accelerators label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Date Picker Widget Enhancement New feature or request Good First Issue Good for newcomers MultiSelect Widget Issues related to MultiSelect Widget MultiTree Select Widget Issues related to MultiTree Select Widget Needs PRD Issue which are awaiting PRD Select Widget Select or dropdown widget TreeSelect Issues related to TreeSelect Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants