@stubber/form-fields 1.4.2 → 1.4.3

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.
@@ -107,9 +107,7 @@
107
107
  e.preventDefault();
108
108
  }
109
109
  }}
110
- type="checkbox"
111
110
  id="input_{state_key}"
112
- placeholder={label}
113
111
  name={state_key}
114
112
  bind:checked={$internal.checked}
115
113
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/form-fields",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "An automatic form builder based on field specifications",
5
5
  "keywords": [
6
6
  "components",