Fixxed bugs Form Validation

This commit is contained in:
2025-08-16 14:47:37 +05:30
parent 82d72b31ed
commit b745b17b92
+1
View File
@@ -262,6 +262,7 @@ const formId = `f-${Math.random().toString(36).slice(2)}`;
const schema = getSchema();
console.log(schema);
console.log(schema.shape[name]);
if (!schema || !schema.shape || !schema.shape[name]) return;