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(Form): FormRef support forward nativeElement #8632

Merged
merged 4 commits into from
Aug 13, 2024

Conversation

Wxh16144
Copy link
Member

@Wxh16144 Wxh16144 commented Aug 6, 2024

resolved #8471

Copy link

github-actions bot commented Aug 6, 2024

😭 Deploy PR Preview failed.

Copy link

socket-security bot commented Aug 6, 2024

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

View full report↗︎

@Wxh16144
Copy link
Member Author

Wxh16144 commented Aug 6, 2024

第一次贡献代码,这个 pro 组件库太复杂了, 希望大佬指导一下这个 PR


expect(await wrapper.container.querySelector('form'))
.toBe(formRef.current?.nativeElement);
})

Check notice

Code scanning / CodeQL

Semicolon insertion Note test

Avoid automated semicolon insertion (98% of all statements in
the enclosing function
have an explicit semicolon).
@chenshuai2144 chenshuai2144 merged commit d113207 into ant-design:master Aug 13, 2024
10 checks passed
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.

👑 [需求] ProForm 表单 form 元素的 nativeElement
2 participants