Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Cannot insert variables into Tooltip. #69

Open
smokiebacon opened this issue Feb 26, 2020 · 0 comments
Open

Cannot insert variables into Tooltip. #69

smokiebacon opened this issue Feb 26, 2020 · 0 comments

Comments

@smokiebacon
Copy link

smokiebacon commented Feb 26, 2020

data-tooltip only allows strings. I need to put in variables, such as timestamp created. Even using template literals will not work, such as:
data-tooltip='${variableHere}'

Won't work without parenthesis.
data-tooltip=variable. will not work.

will not work:
data-tooltip="{{comment.created | dateFormat("dddd, MMMM Do YYYY, h:mm:ss a")}}" . (using Vue)

Anyone figure out how to drop variables?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant