Safe HTML in help attribute #1322
Closed
MichaelSchmidle
started this conversation in
Ideas
Replies: 3 comments
-
You can do that with the usage of the section Schema. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is no safe HTML injection that we would add to the core, but you can still do it vie |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your kind responses and links! 🙏 |
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
-
Imagine a sign-up form that requires users to accept Terms of Service and Privacy Policy. Usually, these are two links to the respective pages describing the TOS and policy in detail, right there with the checkbox.
I'd like to be able to do this with FormKit and pass safe HTML (i.e., Markdown-processed) strings as help attributes to forms and form elements that actually gets rendered as HTML (probably via
v-html
directive).And I can imagine the same being helpful for validation messages and even labels while we're at it.
Could this be implemented at some point?
Beta Was this translation helpful? Give feedback.
All reactions