jcga82

Results 2 comments of jcga82

Hi, in valuePrepareFunction, the return not interprete HTML code, return this string: ``` html 16 ``` The code in setting: ``` javascript valuePrepareFunction: (value) => { return `${value}`; } ```...