support display format in number and calc fields.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user