-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(module:form): support auto error tips #4888
Conversation
This preview will be available after the AzureCI is passed. |
Codecov Report
@@ Coverage Diff @@
## master #4888 +/- ##
==========================================
+ Coverage 91.45% 91.48% +0.02%
==========================================
Files 550 550
Lines 13694 13739 +45
Branches 2107 2122 +15
==========================================
+ Hits 12524 12569 +45
Misses 709 709
Partials 461 461
Continue to review full report at Codecov.
|
让提示变得更简单。 | ||
需要预先自定义 `Validators` 和提供 `nzTipOptions`,它们优先级如下: | ||
|
||
- `Validators` > `nzTipOptions` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nzTipOptions 的名称改成 nzAutoTips 吧,感觉和 nzDisableAutoTips 两个名称关联不上,其他的都ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #4523
What is the new behavior?
Does this PR introduce a breaking change?
Other information