diff --git a/package.json b/package.json index 32537bf..d6ff3df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "form-gear", - "version": "0.1.0", + "version": "0.1.1", "description": "FormGear is a framework engine for dynamic form creation and complex form processing and validation for data collection.", "info": "It is easy to use and efficiently handle nested inquiries to capture everything down to the last detail. Unlike other similar framework, validation is handled in a FALSE condition in which each field is validated against a test equation. This leads to a more efficient and effective way to validate each component.", "homepage": "https://solid-form-gear.vercel.app/", @@ -27,7 +27,9 @@ "form-builder", "survey-builder", "solid-js", - "data collection", + "data-collection", + "survey", + "census", "solidhack", "best_ecosystem" ], diff --git a/src/GlobalFunction.tsx b/src/GlobalFunction.tsx index 7f38f62..4ceefa6 100644 --- a/src/GlobalFunction.tsx +++ b/src/GlobalFunction.tsx @@ -851,7 +851,7 @@ export const saveAnswer = (dataKey: string, attributeParam: any, answer: any, ac beforeAnswer = []; } if(typeof answer !== 'boolean') { - console.time('buat roster'); + console.time('Nested 🚀'); hasComponentUsing.forEach(element => { if(typeof answer === 'number' || typeof answer === 'string'){ beforeAnswer = (beforeAnswer === undefined) ? 0 : beforeAnswer; @@ -904,7 +904,7 @@ export const saveAnswer = (dataKey: string, attributeParam: any, answer: any, ac } } }); - console.timeEnd('buat roster'); + console.timeEnd('Nested 🚀'); } } } diff --git a/src/components/SelectInput.tsx b/src/components/SelectInput.tsx index b57bc28..c56fb26 100644 --- a/src/components/SelectInput.tsx +++ b/src/components/SelectInput.tsx @@ -116,7 +116,7 @@ const SelectInput: FormComponentBase = props => { } else { url = `${config.baseUrl}` } - console.log('urlny ', url) + console.log('Lookup URL ', url) const [fetched] = createResource(url, props.MobileOnlineSearch); // console.log('propsss', props);