alibaba/formily

[Feature Request] formily/antd5 FormDrawer, FormDialog为函数式调用,无法做 cssinjs,:where选择器降级

lk0606 opened this issue · 0 comments

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

解决客户使用and5,需要兼容旧版浏览器,需要使用到antd5官方提供的样式兼容方案

What does the proposed API look like?

因为FormDrawer, FormDialog时函数式调用,提供json格式api即可,比如增加styleContainer

{
  styleContainer: {
    hashPriority: 'high',
    transformers=[legacyLogicalPropertiesTransformer]
  }
}