diff --git a/components/form/Field.tsx b/components/form/Field.tsx index 1933cfc..eda2a93 100644 --- a/components/form/Field.tsx +++ b/components/form/Field.tsx @@ -134,7 +134,8 @@ export const Field: React.FC = ({ pagination, search, }; - const is_disable = fm.mode === "view" ? true : disabled; + const is_disable = + disabled === false ? false : fm.mode === "view" ? true : disabled; const error = fm.error?.[name]; useEffect(() => { setTimeout(() => {