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
动态控制是否重渲染 https://procomponents.ant.design/components/schema-form#betaschemaform-demo-dynamic-rerender
输入disabled 的时候,下面下拉没有禁用, 当选择一个内容后才能触发禁用。 ProComponents 老版本可以, 升级新版本就和官方demo一样了,也不行了。
进入这个页面 动态控制是否重渲染 输入desabled, 下面的下拉没有禁用。
跟老版本一样,能马上进行渲染
The text was updated successfully, but these errors were encountered:
根据你所提供的问题描述和复现步骤,我理解你的问题是在动态控制是否重渲染下拉选择框时,输入disabled后下拉选择框没有被禁用,只有当选择一个内容后才能触发禁用的问题。
根据你的描述,这个问题在ProComponents的新版本中出现,而在老版本中是正常的。我建议你检查一下你的代码,看看是否有任何与下拉选择框禁用相关的设置或逻辑。如果没有的话,可能是因为新版本的ProComponents对代码逻辑做了一些改变,导致禁用功能不起作用。
你可以尝试查看ProComponents的官方文档和示例,看看是否有关于动态控制禁用的新的用法或更新的API。如果找不到解决方案,你可以尝试在ProComponents的GitHub仓库上提出这个问题,看看是否有其他开发者遇到了相同的问题并找到了解决方法。
希望这些建议对你有帮助!如果还有其他问题,请随时提问。
Sorry, something went wrong.
Hello @mengfei86. Please provide a online reproduction by forking this link https://codesandbox.io/ or a minimal GitHub repository.
你好 @mengfei86, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。 如何写个好问题?https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
No branches or pull requests
🐛 bug 描述
动态控制是否重渲染
https://procomponents.ant.design/components/schema-form#betaschemaform-demo-dynamic-rerender
输入disabled 的时候,下面下拉没有禁用, 当选择一个内容后才能触发禁用。 ProComponents 老版本可以, 升级新版本就和官方demo一样了,也不行了。
📷 复现步骤
进入这个页面
动态控制是否重渲染
输入desabled, 下面的下拉没有禁用。
🏞 期望结果
跟老版本一样,能马上进行渲染
💻 复现代码
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: