Skip to content

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.

1 participant