You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this has been around for a while and has meant I have had to use dangerously setting inner html.
I use netlify and when doing form handling I need to be able to set an element attribute to netlify. "netlify" true does not work for this. There is also other bits of code on the web which works this way so it would be handy if this could somehow be supported.
UPDATE: Rum handles this serverside when generating the static html as it uses Clojure. However it doesn't do custom attributes on the client side.
The text was updated successfully, but these errors were encountered:
Referencing some links shared in the discussion in slack. All links were shared by misha personally haven't had time to review them. Just ensuring it is here as a reference.
So this has been around for a while and has meant I have had to use dangerously setting inner html.
I use netlify and when doing form handling I need to be able to set an element attribute to netlify.
"netlify" true
does not work for this. There is also other bits of code on the web which works this way so it would be handy if this could somehow be supported.UPDATE: Rum handles this serverside when generating the static html as it uses Clojure. However it doesn't do custom attributes on the client side.
The text was updated successfully, but these errors were encountered: