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

fix: remove incorrect validate status handler in form item control #2676

Merged
merged 1 commit into from May 17, 2024

Conversation

rogerleung0411
Copy link
Contributor

@rogerleung0411 rogerleung0411 commented May 10, 2024

Types of changes

  • New feature
  • Bug fix
  • Enhancement
  • Documentation change
  • Coding style change
  • Component style change
  • Refactoring
  • Test cases
  • Continuous integration
  • Typescript definition change
  • Breaking change
  • Others

Background and context

fix #2675

Solution

How is the change tested?

Changelog

Component Changelog(CN) Changelog(EN) Related issues
Form 修复 Form.Item 未设置 rules 时,校验状态出现 validating 的 bug。 Fix the bug that the verification status appears validating when rules are not set in Form.Item close #2675

Checklist:

  • Test suite passes (npm run test)
  • Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others should be submitted to main branch)

Other information

Copy link

codesandbox bot commented May 10, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

Prepare preview

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@yinkaihui yinkaihui merged commit df7c420 into arco-design:main May 17, 2024
7 of 8 checks passed
@yinkaihui yinkaihui added this to the 2.62.1 milestone May 17, 2024
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.

Form item control's inner state validateStatus always be validating while no rules received.
2 participants