Skip to content

🐛[BUG] ProForm.Item、ProFormText 等表单项不支持help字段 #9044

@sunyongming

Description

@sunyongming

提问前先看看:

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

🐛 bug 描述

        <ProFormText
          label="手机号"
          placeholder="请输入手机号"
          help="help"
        />

设置help 字段不生效

Image

📷 复现步骤

🏞 期望结果

可以像Form.Item 一样,设置help

<Form.Item label="手机号" help="help">
         <Input placeholder="请输入手机号" />
 </Form.Item>

Image

💻 复现代码

        <ProFormText
          label="手机号"
          placeholder="请输入手机号"
          help="help"
        />

© 版本信息

  • ProComponents 版本: 2.8.6
  • umi 版本 4.4.5
  • 浏览器环境 chrome
  • 开发环境 windows

🚑 其他信息

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions