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

Add Definition to dropdown on hover (Feature Request) #73

Closed
JoshuaFortriede opened this issue May 24, 2021 · 2 comments
Closed

Add Definition to dropdown on hover (Feature Request) #73

JoshuaFortriede opened this issue May 24, 2021 · 2 comments

Comments

@JoshuaFortriede
Copy link

Feature Request:
When hovering over a dropdown entity, have a "title" box that would display a "definition".

List entity:
{
"id":"apple",
"name":"Apple",
"definition":"An apple is an edible fruit produced by an apple tree (Malus domestica)."
}

@supportdesk-si
Copy link

This is relatively easy. Locate obj.createItem = function ...

Insert this code after any if (data.... block.
if (data.definition) { item.element.title = data.definition; }

@hodeware
Copy link
Collaborator

We have added tooltip for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants