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

Nice to have : have a different tooltip for the Clear icon #4456

Closed
lenamtl opened this issue Jul 5, 2016 · 2 comments
Closed

Nice to have : have a different tooltip for the Clear icon #4456

lenamtl opened this issue Jul 5, 2016 · 2 comments

Comments

@lenamtl
Copy link

lenamtl commented Jul 5, 2016

I'm using bootstrap (small input) and the clear option may not be user friendly on single-select,
so I added the color red to the Clear icon x so it's helping but can be consing with required file *
I'd like to add tooltip over the x, but right now it showing only the selected item title.
I'd like to keep both...

I have tried to add a tooltip to this span with no luck, I'm out of idea...

 var $remove = $(
      '<span class="select2-selection__clear"
     data-toggle="tooltip" title="Clear">' +
        '&times;' +
      '</span>'
    );
@pedrofurtado
Copy link
Contributor

@lenamtl Send us a PR with this feature. You can base your code in this links:

#4530
#5291

I will be glad to review that. It's a nice feature, but I am focused now in fix some UI bugs 👍

@stale
Copy link

stale bot commented Mar 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status: stale label Mar 13, 2019
@stale stale bot closed this as completed Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants