This commit is contained in:
rizky 2024-08-18 19:53:31 -07:00
parent f7f51d12c6
commit 80f3868ccd
1 changed files with 1 additions and 0 deletions

View File

@ -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}