Skip to content

feat: support groupId and ignore rule#589

Open
hans000 wants to merge 1 commit intoreact-component:masterfrom
hans000:feat/validateFields
Open

feat: support groupId and ignore rule#589
hans000 wants to merge 1 commit intoreact-component:masterfrom
hans000:feat/validateFields

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