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

Form helpers [BUG] #756

Closed
satiroglu opened this issue Dec 31, 2020 · 2 comments · Fixed by #777
Closed

Form helpers [BUG] #756

satiroglu opened this issue Dec 31, 2020 · 2 comments · Fixed by #777
Assignees
Labels
bug Something isn't working javascript Pull requests that update Javascript code

Comments

@satiroglu
Copy link

satiroglu commented Dec 31, 2020

Describe the bug

First of all, thank you for your great work!
I just noticed a bug in Documentation part in Form helpers page. You indicated on the related page as below:

Use an input helper to display additional information about a form element. The text label will appear once a user hovers over the helper.

But does not work. Notthing happens. I hope I am not missing something. You can see the screenshot as below without cursor.

Tested Device

  • Browser Google Chrome
  • OS: Windows 10

Screenshots

image

@satiroglu satiroglu added the bug Something isn't working label Dec 31, 2020
@satiroglu satiroglu changed the title [BUG] Form helpers [BUG] Dec 31, 2020
@FreexD FreexD self-assigned this Jan 13, 2021
@FreexD FreexD added javascript Pull requests that update Javascript code v1 labels Jan 13, 2021
@FreexD
Copy link
Contributor

FreexD commented Jan 13, 2021

@satiroglu thanks for reporting! will be fixed in new version :)

@mholt
Copy link
Contributor

mholt commented Oct 23, 2022

This is still not working for me. Dev tools shows that no event handlers are event bound to the helper. Does this work for helpers used in modals and/or in containers with display: none? The form helper may be rendered after the page loads. I assume Tabler is using a binding on <body> or similar, instead of selecting the individual elements just once?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants