@timeax/form-palette 0.0.36 → 0.0.37

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.
package/dist/extra.js CHANGED
@@ -25178,6 +25178,7 @@ function InputField(props) {
25178
25178
  description,
25179
25179
  helpText,
25180
25180
  errorText,
25181
+ autoOff,
25181
25182
  // Container + tags
25182
25183
  contain,
25183
25184
  tags,
@@ -25427,6 +25428,7 @@ function InputField(props) {
25427
25428
  Variant,
25428
25429
  {
25429
25430
  ...rest,
25431
+ name: autoOff ? void 0 : name,
25430
25432
  id: key,
25431
25433
  ref,
25432
25434
  value,
@@ -25614,6 +25616,7 @@ function InputField(props) {
25614
25616
  Variant,
25615
25617
  {
25616
25618
  ...rest,
25619
+ name: autoOff ? void 0 : name,
25617
25620
  id: key,
25618
25621
  ref,
25619
25622
  value,