Ability to add tooltip

Like the tooltip in FileMaker. In some website, there is a small circular icon with a question mark. When the cursor hover over that icon, the tooltip pops up. Great if we can have that. TQ

I was trying to do the same thing and got it working by adding a “help” key to my field.

image

tooltip

From there, I was able to style the text to left-align it using the “helpText” class on my Site.

Thank you so much. :ok_hand:

Also if you are needing a tool tip on some html, you can use:

<button v-tooltip=" 'This button does something' "> Push Me </buttom>

Reference v-tooltip