updates
This commit is contained in:
+1
-1
@@ -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' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user