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
Vue3 + ElementUI Plus 但似乎和框架无关
切换值类型的时候,无法更新成null类型 null -> str ok str ->null fail
https://form.lljj.me/v3/#/demo?ui=VueElementForm&type=Test&schema={%22title%22:%22%E6%B5%8B%E8%AF%95%22,%22type%22:%22object%22,%22properties%22:{%22ResultPath%22:{%22anyOf%22:[{%22title%22:%22%E4%B8%A2%E5%BC%83%E8%BE%93%E5%87%BA%22,%22type%22:%22null%22},{%22title%22:%22%E5%B0%86%E8%BE%93%E5%87%BA%E6%B7%BB%E5%8A%A0%E5%88%B0%E8%BE%93%E5%85%A5%E4%B8%AD%22,%22type%22:%22string%22,%22ui:options%22:{%22placeholder%22:%22$.outputKey%22}}]}}}&formData={%22ResultPath%22:%2212312331321313123123131312131123%22}&uiSchema={}&errorSchema={}&formFooter={%22show%22:true}&formProps={%22inline%22:false,%22labelPosition%22:%22top%22,%22inlineFooter%22:false,%22layoutColumn%22:1,%22labelWidth%22:%22100px%22}
编辑回 null 类型的时候,能将字段值重置为 null
The text was updated successfully, but these errors were encountered:
没有考虑到这种场景 下个版本优化下
Sorry, something went wrong.
fix(lib): 修复null值 不能重新赋值问题
14abc97
fix #245
Successfully merging a pull request may close this issue.
vue和ui框架
Vue3 + ElementUI Plus 但似乎和框架无关
问题描述
切换值类型的时候,无法更新成null类型
null -> str ok
str ->null fail
如何复现
https://form.lljj.me/v3/#/demo?ui=VueElementForm&type=Test&schema={%22title%22:%22%E6%B5%8B%E8%AF%95%22,%22type%22:%22object%22,%22properties%22:{%22ResultPath%22:{%22anyOf%22:[{%22title%22:%22%E4%B8%A2%E5%BC%83%E8%BE%93%E5%87%BA%22,%22type%22:%22null%22},{%22title%22:%22%E5%B0%86%E8%BE%93%E5%87%BA%E6%B7%BB%E5%8A%A0%E5%88%B0%E8%BE%93%E5%85%A5%E4%B8%AD%22,%22type%22:%22string%22,%22ui:options%22:{%22placeholder%22:%22$.outputKey%22}}]}}}&formData={%22ResultPath%22:%2212312331321313123123131312131123%22}&uiSchema={}&errorSchema={}&formFooter={%22show%22:true}&formProps={%22inline%22:false,%22labelPosition%22:%22top%22,%22inlineFooter%22:false,%22layoutColumn%22:1,%22labelWidth%22:%22100px%22}
期望的结果
编辑回 null 类型的时候,能将字段值重置为 null
The text was updated successfully, but these errors were encountered: