Skip to content

fix(module: RangePicker): Add null value validation to ensure that when all elements are null, it is considered missing#4743

Merged
ElderJames merged 2 commits intomasterfrom
fix/rangepicker-null-validation
Jan 20, 2026
Merged

fix(module: RangePicker): Add null value validation to ensure that when all elements are null, it is considered missing#4743
ElderJames merged 2 commits intomasterfrom
fix/rangepicker-null-validation

Conversation

@ElderJames
Copy link
Copy Markdown
Member

🤔 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

fixed #4742

💡 Background and solution

📝 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

…en all elements are null, it is considered missing
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 17, 2025

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jan 20, 2026

Deploying ant-design-blazor with  Cloudflare Pages  Cloudflare Pages

Latest commit: 532fa02
Status:🚫  Deploy failed.

View logs

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 20, 2026

Codecov Report

❌ Patch coverage is 89.47368% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.69%. Comparing base (707bd9a) to head (532fa02).
⚠️ Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
components/form/Form.razor.cs 83.33% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4743      +/-   ##
==========================================
- Coverage   41.88%   41.69%   -0.20%     
==========================================
  Files         592      597       +5     
  Lines       33426    33678     +252     
  Branches     6387     6441      +54     
==========================================
+ Hits        14001    14042      +41     
- Misses      18261    18498     +237     
+ Partials     1164     1138      -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ElderJames ElderJames merged commit 4b300d5 into master Jan 20, 2026
5 of 7 checks passed
@ElderJames ElderJames deleted the fix/rangepicker-null-validation branch January 20, 2026 17:17
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.

RangePicker, empty values cannot be verified before submitting the Form.

1 participant