Re: HTML

2022-10-17 Thread Harbs
I assume this is Jewel. I don’t use Jewel, but I just looked at FormHeadingView and textChangeHandler is used for both textChange and htmlChange. In both cases it sets the text rather than html in the htmlChange case. That seems to be broken. If you fix this, make sure the html is sanitized whe

Re: HTML

2022-10-17 Thread Hugo Ferreira
Thank you very much. I see the bug. I hope that the Label (html property) that FormHeading that depends on, doesn't have the same issue :) About the sanitize: Should this be really a reponsibility of FormHeadingView !? Shouldn't the responsibility on one of the edges (the limit of html property co