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: support groupId and ignore rule #589

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hans000
Copy link

@hans000 hans000 commented May 17, 2023

feat: #588

@vercel
Copy link

vercel bot commented May 17, 2023

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

Name Status Preview Comments Updated (UTC)
field-form ❌ Failed (Inspect) May 17, 2023 2:24pm

@hans000
Copy link
Author

hans000 commented May 17, 2023

改造增强validateFields方法,加了两个属性

export interface ValidateOptions {
  /**
   * Validate only and not trigger UI and Field status update
   */
  validateOnly?: boolean;
+  groupId?: string
+  ignore?: (rule: RuleObject) => boolean
}

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.

None yet

1 participant