web-to-lead forms

This commit is contained in:
Yuri Kuznetsov
2024-11-23 11:05:25 +02:00
parent 56735e9358
commit ec2fc5916c
49 changed files with 2323 additions and 143 deletions
+5
View File
@@ -613,6 +613,11 @@ class ArrayFieldView extends BaseFieldView {
return list.join(', ');
}
/**
* @protected
* @param {string} value
* @return {string}
*/
getItemHtml(value) {
// Do not use the `html` method to avoid XSS.