Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ref adding nativeElement #691

Merged
merged 8 commits into from
May 14, 2024
Merged

Conversation

wanpan11
Copy link
Contributor

@wanpan11 wanpan11 commented May 9, 2024

close ant-design/ant-design#48776
Form 组件 ref 增加原生 Dom 节点

Copy link

vercel bot commented May 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
field-form ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 4:36pm

src/Form.tsx Outdated Show resolved Hide resolved
src/index.tsx Outdated Show resolved Hide resolved
src/interface.ts Outdated Show resolved Hide resolved
Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.44%. Comparing base (45c32d5) to head (7af760c).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #691   +/-   ##
=======================================
  Coverage   99.43%   99.44%           
=======================================
  Files          18       18           
  Lines        1247     1251    +4     
  Branches      304      291   -13     
=======================================
+ Hits         1240     1244    +4     
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@afc163
Copy link
Member

afc163 commented May 14, 2024

不应该是 nativeForm,应该是 nativeElement

@wanpan11
Copy link
Contributor Author

不应该是 nativeForm,应该是 nativeElement

代码里 已经改好了 我把标题也改下

@wanpan11 wanpan11 changed the title feat: ref adding nativeForm feat: ref adding nativeElement May 14, 2024
@zombieJ zombieJ merged commit 80eef50 into react-component:master May 14, 2024
9 checks passed
@wanpan11 wanpan11 deleted the nativeForm branch May 14, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No ref props available in Form component
4 participants