@targoninc/jess-components 0.0.14 → 0.0.16

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -756,6 +756,7 @@ function input(config) {
756
756
  if (config.onchange) {
757
757
  config.onchange(e.target.value);
758
758
  }
759
+ value.value = e.target.value;
759
760
  }).onchange((e) => {
760
761
  touched.value = true;
761
762
  lastChange = Date.now();
@@ -765,6 +766,7 @@ function input(config) {
765
766
  if (config.onchange) {
766
767
  config.onchange(e.target.value);
767
768
  }
769
+ value.value = e.target.value;
768
770
  }).onkeydown(config.onkeydown ?? (() => {})).name(config.name).build(), when(isPassword, eyeButton(toggleState, () => {
769
771
  toggleState.value = !toggleState.value;
770
772
  }))).build(), when(hasError, errorList(errors))).build();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@targoninc/jess-components",
3
3
  "type": "module",
4
- "version": "0.0.14",
4
+ "version": "0.0.16",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [