DouglasNeuroInformatics / libui

Generic UI components for DNP projects, built using React and TailwindCSS
https://douglasneuroinformatics.github.io/libui/
Apache License 2.0
2 stars 2 forks source link

Enable simple-html tags in display fields #18

Open gdevenyi opened 6 months ago

gdevenyi commented 6 months ago

https://developer.mozilla.org/en-US/docs/Web/API/HTML_Sanitizer_API https://www.npmjs.com/package/sanitize-html https://www.npmjs.com/package/@types/sanitize-html

For text blocks which display as part of the forms, allow simple html tags to be used for formatting.