support display format in number and calc fields.

This commit is contained in:
2025-05-31 21:45:13 +09:00
parent 5bc9976566
commit 4024914831
5 changed files with 233 additions and 139 deletions

View File

@@ -21,6 +21,7 @@ const DynamicPortal: React.FC<DynamicPortalProps> = (props) => {
el.parentNode.removeChild(el);
}
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return ReactDOM.createPortal(children, el);
};