@formique/semantq 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -424,7 +424,7 @@ attachInputChangeListener(parentField) {
424
424
  // Convert value to lowercase for consistent comparison with 'yes' condition
425
425
  //this.handleParentFieldChange(parentField, value.toLowerCase());
426
426
 
427
- this.handleParentFieldChange(parentField, value.toLowerCase());
427
+ this.handleParentFieldChange(parentField, value);
428
428
  });
429
429
  });
430
430
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formique/semantq",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Formique is a native form builder for the Semantq JS Framework",
5
5
  "main": "formique-semantq.js",
6
6
  "type": "module",