demo中提供了3中使用form的场景,1在modal中,2在drawer中,3在页面中。bug只在modal中会出现 使用form.list渲染多条,且每条是object接口,demo中使用的是 tags = [{ key:'123', value: '234' }, { key:'345', value: '346' }, ] 这种格式的数据,使用 tag = [‘123’, '234'] ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Sign up for GitHub By clicking ...