shadcn-zod-formkit 3.9.5 → 3.9.6
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/index.cjs
CHANGED
|
@@ -14329,7 +14329,7 @@ var CustomInputGroup = ({
|
|
|
14329
14329
|
isValidField(input, form);
|
|
14330
14330
|
handleOnChage(field?.value, input, field);
|
|
14331
14331
|
}, [field?.value]);
|
|
14332
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
14332
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
14333
14333
|
input.isFakeInput && /* @__PURE__ */ jsxRuntime.jsx(FakeInput, { input, field, form, setShowPassword, isPasswordField, showPassword }),
|
|
14334
14334
|
/* @__PURE__ */ jsxRuntime.jsxs(InputGroup, { className: cn(input.classNameGroupInput ?? "h-10", inputGroupClass), children: [
|
|
14335
14335
|
(iconsLeft.length > 0 || textLeft) && /* @__PURE__ */ jsxRuntime.jsxs(InputGroupAddon, { children: [
|