This commit is contained in:
2026-01-29 04:11:04 +02:00
parent 1bf97459eb
commit 66fb3c7ffd
+1 -1
View File
@@ -567,7 +567,7 @@ export class Render {
let inputWrapper = null;
if (field.type == 'text' || field.type == 'number' || field.type == 'password' || field.type == 'select') {
if (field.type === 'text' || field.type === 'number' || field.type === 'password' || field.type === 'select') {
inputWrapper = El('div', { className: 'input-wrapper' });