Use variable values in tooltips #2935
Closed
PabloPomodoro
started this conversation in
Ideas / feature requests
Replies: 1 comment
-
daisyUI is just the CSS file. No compiling, data binding , HTML process or variable validation happens on our side. daisyUI only adds some CSS styles to your CSS file. For tooltip we simply show the value of As I answered before, you should ask this question in Transloco repo because the error you're getting is about data binding (which is not related to daisyUI) daisyUI is just CSS. Even if you uninstall daisyUI dependency completely you will get the same error from Angular/Transloco. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
as seemingly my reply in this thread went unnoticed, here my follow up questions:
Is it planned (or already possible) to enable the functionality, that one can use string variables in tooltips?
E. g.
data-tip="{{ stringVariable }}"
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions