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 Request]: Display an optional description on hover of property field as passed by the user #6717

Open
2 tasks done
amal-k-joy opened this issue Jan 16, 2025 · 1 comment · May be fixed by #6718
Open
2 tasks done

Comments

@amal-k-joy
Copy link
Contributor

amal-k-joy commented Jan 16, 2025

The problem

Need to pass an optional description along with input properties and need to display that on mouse hover of property field

The solution

This enhancement is raised based on the discussion with Robert Yates ([email protected]) for a requirement in watsonx orchestrate.

Pass a description for the properties , that will display on hover of the property field.

{
properties: [{
id: string,
label: string,
icon: func | object,
type: 'text' | 'textarea' | 'number' | 'date' | 'option' | 'time' | 'custom',
description: string,
config: {
options: [{
id: string,
label: string,
icon: func | object
}],
component: func,
operators: [{
id: string,
label: string
}]
}
}]

Design link

No response

Links to other materials

No response

Owner/main maintainer(s)

na

Second/backup maintainer(s)

No response

Product/offering

No response

Business priority

None

Code of Conduct

@amal-k-joy
Copy link
Contributor Author

amal-k-joy commented Jan 16, 2025

As discussed with @cate-wilcox and @My-Money29 , we can display a description on hover/focus of property field if passed from user

Image

CC: @ljcarot , @RichKummer

@amal-k-joy amal-k-joy moved this from Needs triage 🧐 to Backlog 🌋 in Carbon for IBM Products Jan 16, 2025
@amal-k-joy amal-k-joy changed the title [Feature Request]: display an optional description on hover of property field [Feature Request]: display an optional description on hover of property field as passed by the user Jan 16, 2025
@amal-k-joy amal-k-joy changed the title [Feature Request]: display an optional description on hover of property field as passed by the user [Feature Request]: Display an optional description on hover of property field as passed by the user Jan 16, 2025
@amal-k-joy amal-k-joy moved this from Backlog 🌋 to In progress in Carbon for IBM Products Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants