[Bug Report] Tooltip not working on a <v-select> component
See original GitHub issueEnvironment
Vuetify Version: 2.0.5 Vue Version: 2.6.10 Browsers: Chrome 76.0.3809.100 OS: Linux x86_64
Steps to reproduce
- add a
<v-select>
with some items - wrap it in a
<v-tooltip>
component to add a tooltip to it on hover
Expected Behavior
When hovering the mouse on the select
component, the tooltip should appear
Actual Behavior
The tooltip does not appear on hover.
Instead, it appears very briefly then disappears when clicking on the select
component.
Once an item has been chosen, the tooltip stays visible indefinitely until the user clicks again anywhere.
Reproduction Link
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Report tooltip page not showing correct data
I have a tooltip page which is supposed to show the percentage of total of an element (category) when hovering over the element(category)...
Read more >vuetify - Awesome JS
Bug Fixes. explicit props for select components (#16023) (f6ee9a3) ... Report a Bug ... VTable: table hover not working (#15962) (cc9773b), closes #15950 ......
Read more >Form Select | Components - BootstrapVue
Custom component using cross-browser custom styles. Optionally generate entries based on an array, array of objects.
Read more >Select | Quasar Framework
The QSelect Vue component has two types of selection - single or multiple. This component opens up a menu for the selection list...
Read more >Material UI Tooltip not working with react-select options
This is my working codesandbox: https://codesandbox.io/s/strange-shape-kthxv?file=/src/App.js. Basically we use the following list for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m pretty sure that i’ve seen this issue somewhere here, can’t find it though. Anyway workaround would be to wrap v-select in a div and attach event handlers to the div instead of v-select
We kindly ask users to not comment on closed/resolved issues. If you believe that this issue has not been correctly resolved, please create a new issue showing the regression or create a new discussion.
If you have any questions, please reach out to us in our Discord community.