ant-design / pro-components

🏆 Use Ant Design like a Pro!
https://pro-components.antdigital.dev
MIT License
4.04k stars 1.29k forks source link

fix(form): textarea readonly mode cant use fieldProps.style #8337

Closed justnewneo closed 3 weeks ago

justnewneo commented 3 weeks ago

fix: textarea readonly mode cant use fieldProps.style I add style wordBreak: 'break-all', its not effective

<ProFormTextArea
      name="name2"
      label="name"
      fieldProps={{
        style: {
         wordBreak: 'break-all',
       },
    }}
/>

2024-04-21 000850

github-actions[bot] commented 3 weeks ago

⚡️ Deploying PR Preview...