pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🐛[BUG] 在 ProFormFeild label 属性里使用 FormattedMessage,且 rules 加了 required,报错信息会显示 [object Object]

Open one-pieces opened this issue 1 year ago • 0 comments

提问前先看看:

https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md

🐛 bug 描述

如题

📷 复现步骤

用 ProFromSelect 举个例子


<ProFormSelect
          colProps={{ span: 12 }}
          label={<FormattedMessage id="pages.type" />}
          name={['type']}
          allowClear={false}
          fieldProps={{
            popupMatchSelectWidth: false,
          }}
          options={options}
          rules={[{ required: true }]}
        />

🏞 期望结果

应该显示序列化后的字符串

💻 复现代码

© 版本信息

  • ProComponents 版本: 2.6.52
  • umi 版本
  • 浏览器环境 chrome
  • 开发环境 mac OS

🚑 其他信息

image

one-pieces avatar May 07 '24 05:05 one-pieces