formily icon indicating copy to clipboard operation
formily copied to clipboard

fix(element): fix form-item extra bugs

Open wweggplant opened this issue 10 months ago • 2 comments

Before submitting a pull request, please make sure the following is done...

  • [x] Ensure the pull request title and commit message follow the Commit Specific in English.
  • [x] Fork the repo and create your branch from master or formily_next.
  • [ ] If you've added code that should be tested, add tests!
  • [ ] If you've changed APIs, update the documentation.
  • [x] Ensure the test suite passes (npm test).
  • [x] Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

修复element的form-item的extra目前只能支持字符串,传入vue组件对象无法渲染。这里我理解应该和feedbackText一致,feedbackText是支持传入组件对象的。

组件文档

wweggplant avatar Apr 02 '24 06:04 wweggplant

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 02 '24 06:04 CLAassistant

@janryWang 大佬麻烦看下?

wweggplant avatar Jun 13 '24 07:06 wweggplant