Tooltip focus fails with some input components #915
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Version: 3.1.1
Issue: Using
v-tooltip.focus
doesn't seem to work withInputNumber
's. It works fine withInputText
and withInputNumber
without the focus, but when focus is added nothing shows up.Steps to Reproduce: Add an element with
v-tooltip.focus
like this on the page:Nothing shows up when the number box is clicked.
Expected Results: Tooltip shows up similar to
InputText
If this is expected, something should at least be added to the documentation. Although I think it'd be better to treat this like a bug as I'd imagine wanting to add help text to
InputNumber
would be a pretty common use case.Thanks!
The text was updated successfully, but these errors were encountered: