We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用BetaSchemaForm, drawer的版本号为6.1.4时,弹窗打开再关才后,再次打开时,弹窗里的内容没有渲染,一片空白。
<BetaSchemaForm layoutType="DrawerForm" formRef={formRef} title={titleTxt} columns={fromType === 'parent' ? parentColumns : childColumns} visible={visible} drawerProps={{ destroyOnClose: true, maskClosable: type === 'view', }} onFinish={onFinish} onVisibleChange={async (vis: boolean) => { await setParam({ versionName: '', id: null }); if (!vis) { if (formRef?.current) { formRef?.current.resetFields(); } onClose(false); } else { if (record && record.id) { if (formRef?.current) { formRef?.current?.setFieldsValue(record); } } else { formRef?.current?.resetFields(); } } }} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用BetaSchemaForm, drawer的版本号为6.1.4时,弹窗打开再关才后,再次打开时,弹窗里的内容没有渲染,一片空白。
The text was updated successfully, but these errors were encountered: