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

Tooltip focus fails with some input components #915

Closed
mathewlk opened this issue Jan 29, 2021 · 1 comment
Closed

Tooltip focus fails with some input components #915

mathewlk opened this issue Jan 29, 2021 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mathewlk
Copy link

Version: 3.1.1

Issue: Using v-tooltip.focus doesn't seem to work with InputNumber's. It works fine with InputText and with InputNumber 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:

<InputNumber
          id="purchasePrice"
          v-model="purchasePrice"
          prefix="$"
          v-tooltip.bottom.focus="'What you actually plan to pay for property, not necessarily the list price'"
        />

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!

@cagataycivici cagataycivici self-assigned this Feb 2, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 2, 2021
@cagataycivici cagataycivici modified the milestones: 2.4.0, 3.2.0 Feb 2, 2021
@cagataycivici cagataycivici changed the title Tooltip Focus Not Working with InputNumber Tooltip focus fails with some input components Feb 2, 2021
@cagataycivici
Copy link
Member

cagataycivici commented Feb 2, 2021

Also applies to AutoComplete, InputMask ... Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants