I have been attempting to add various custom HTML codes in my Hub, and I've noticed that the <input> tag gets ignored, thus resulting in the code not working properly.
This has been the case for codes such as a mobile-friendly dropdown header and a particular accordion style I wanted to implement.
Is the <input> tag intentionally taken out? Does anyone have any suggestions for workarounds? Thanks!
Solved! Go to Solution.
Hi @hoshijun,
Yes, we do intentionally strip out input tags as they can be used in a way that could cause security risks. Our application does integrate with the Calcite Design System if you want to try using their accordions: https://developers.arcgis.com/calcite-design-system/components/accordion/
Hi @hoshijun,
Yes, we do intentionally strip out input tags as they can be used in a way that could cause security risks. Our application does integrate with the Calcite Design System if you want to try using their accordions: https://developers.arcgis.com/calcite-design-system/components/accordion/
This tag should probably also be escaped correctly in the Community feed...