@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.mjs CHANGED
@@ -25141,6 +25141,7 @@ function InputField(props) {
25141
25141
  description,
25142
25142
  helpText,
25143
25143
  errorText,
25144
+ autoOff,
25144
25145
  // Container + tags
25145
25146
  contain,
25146
25147
  tags,
@@ -25390,6 +25391,7 @@ function InputField(props) {
25390
25391
  Variant,
25391
25392
  {
25392
25393
  ...rest,
25394
+ name: autoOff ? void 0 : name,
25393
25395
  id: key,
25394
25396
  ref,
25395
25397
  value,
@@ -25577,6 +25579,7 @@ function InputField(props) {
25577
25579
  Variant,
25578
25580
  {
25579
25581
  ...rest,
25582
+ name: autoOff ? void 0 : name,
25580
25583
  id: key,
25581
25584
  ref,
25582
25585
  value,