-
Notifications
You must be signed in to change notification settings - Fork 287
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
Please add tooltip for dropdown elements #317
Comments
jtotht
added a commit
to jtotht/ng-multiselect-dropdown
that referenced
this issue
Aug 26, 2022
The new `tooltip` field of the ListItem class makes it possible to add extended information as a tooltip. Also refactor the component a bit so that the new field needs to be handled only at one place. Fixes NileshPatel17#317
Merged
jtotht
added a commit
to jtotht/ng-multiselect-dropdown
that referenced
this issue
Aug 29, 2022
The new `tooltip` field of the ListItem class makes it possible to add extended information as a tooltip. Also refactor the component a bit so that the new field needs to be handled only at one place. Fixes NileshPatel17#317
jtotht
added a commit
to jtotht/ng-multiselect-dropdown
that referenced
this issue
Nov 9, 2022
The new `tooltip` field of the ListItem class makes it possible to add extended information as a tooltip. Also refactor the component a bit so that the new field needs to be handled only at one place. Fixes NileshPatel17#317
NileshPatel17
pushed a commit
that referenced
this issue
Nov 10, 2022
The new `tooltip` field of the ListItem class makes it possible to add extended information as a tooltip. Also refactor the component a bit so that the new field needs to be handled only at one place. Fixes #317
@NileshPatel17, does this feature make it to v1.0.0? "tooltipField" seems missing from v1.0.0. |
thank you ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes it is necessary to have tooltips especially when max-width has to be defined and dropdown elements values are wider.
If you ok with this enhancement I will create a PR
The text was updated successfully, but these errors were encountered: