当antd 的 form 和 ReactJson 一起使用的时候,Json中的value展示失败的问题 // 下面是部分代码 import ReactJson from 'react-json-view'; const [jsonValue, setJsonValue] = useState([]); const onAdd = (add: ISafeAny) => { console.log('
yarn add antd react-jsonschema-form Installation yarn add rjsf-antd Usage import{withTheme}from'react-jsonschema-form';import{Theme}from'rjsf-antd';constForm=withTheme(Theme); or importFormfrom'rjsf-antd'; Roadmap See theopen issuesfor a list of proposed features (and known issues). ...
Added documentation to the `uiSchema.md` file describing how to use the new feature - Updated the `CHANGELOG.md` accordingly * Fix checkbox with 0 as a value was unselectable in antdFixed#4067by properly dealing with enums that have 0 as a value - In `@rjsf/utils`: Updated `enumOption...
## @rjsf/antd1 change: 1 addition & 0 deletions 1 packages/playground/vite.config.ts Original file line numberDiff line numberDiff line change @@ -12,6 +12,7 @@ export default defineConfig({ }, // maintain the old webpack behavior in dev plugins: [react()], resolve: { preserv...
heath-freenomeaddedp1Important to fix soonv5 refactorNeeds refactor due to v5 breaking changeslabelsFeb 4, 2023 heath-freenomementioned this pull requestFeb 4, 2023 Pull out DateElement component from antd#3352 Open Member heath-freenomecommentedJul 3, 2024...
Select widget broken for AntD theme in playground antd bug help wanted playground #3609 opened Apr 17, 2023 by AnimaLupi 3 of 4 tasks 4 Can you provide a visual editing page? enhancement playground #2240 opened Feb 18, 2021 by Deja-vuuu 3 ProTip...
Rannpm run bump-peer-depsand `npm run committed changes Updated the test snapshots forantd,fluentui-rc,muiandsemantic-uidue to className changes Updated theCHANGELOG.mdaccordingly Checklist to update snapshots, if needed.