diff --git a/comps/form/field/type/TypeInput.tsx b/comps/form/field/type/TypeInput.tsx index fb7274b..e8abd9c 100755 --- a/comps/form/field/type/TypeInput.tsx +++ b/comps/form/field/type/TypeInput.tsx @@ -276,6 +276,7 @@ export const FieldTypeInput: FC<{ prop.onChange(fm.data[field.name]); } }} + onInput={arg.sub_type === "phone" ? () => {} : undefined} placeholder={prop.placeholder || arg.placeholder || ""} value={value} disabled={disabled}