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: autoValidate #920

Merged
merged 3 commits into from
Dec 25, 2020
Merged

feat: autoValidate #920

merged 3 commits into from
Dec 25, 2020

Conversation

TimChen44
Copy link
Member

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

1、有时候表单并不需要在输入时实时验证,现在设置AutoValidate属性为FalseForm不会自动验证,如需验证调用Validate即可。

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@codecov-io
Copy link

codecov-io commented Dec 23, 2020

Codecov Report

Merging #920 (d23cbe5) into master (8763fda) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #920      +/-   ##
=========================================
- Coverage    5.53%   5.41%   -0.13%     
=========================================
  Files         401     401              
  Lines       21337   21347      +10     
=========================================
- Hits         1182    1156      -26     
- Misses      20155   20191      +36     
Impacted Files Coverage Δ
components/core/Base/AntInputComponentBase.cs 0.00% <0.00%> (ø)
components/form/Form.razor.cs 0.00% <0.00%> (ø)
components/tabs/Tabs.razor.cs 44.89% <0.00%> (-10.62%) ⬇️
components/core/Base/AntComponentBase.cs 41.02% <0.00%> (-1.29%) ⬇️
components/modal/ComfirmContainer.razor.cs 0.00% <0.00%> (ø)
...nts/core/Component/overlay/OverlayTrigger.razor.cs 9.09% <0.00%> (+0.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8763fda...d23cbe5. Read the comment docs.

@ElderJames ElderJames merged commit 7009688 into ant-design-blazor:master Dec 25, 2020
ElderJames added a commit that referenced this pull request Apr 23, 2022
* feat: autoValidate

* refactor

* fix comments

Co-authored-by: James Yeung <shunjiey@hotmail.com>
ElderJames added a commit that referenced this pull request Apr 30, 2022
* feat: autoValidate

* refactor

* fix comments

Co-authored-by: James Yeung <shunjiey@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants