diff --git a/components/form/field/TypeInput.tsx b/components/form/field/TypeInput.tsx index 0e7d190..6d62077 100644 --- a/components/form/field/TypeInput.tsx +++ b/components/form/field/TypeInput.tsx @@ -374,7 +374,7 @@ export const TypeInput: React.FC = ({ if (typeof onChange === "function") { onChange(fm.data[name]); } - }, 2000), + }, 1500), [] ); return (