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: support changeOnBlur #596

Merged
merged 1 commit into from
Oct 18, 2023
Merged

feat: support changeOnBlur #596

merged 1 commit into from
Oct 18, 2023

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Oct 18, 2023

resolve #591

@vercel
Copy link

vercel bot commented Oct 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
input-number ❌ Failed (Inspect) Oct 18, 2023 2:11am

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #596 (ecebf8e) into master (bb48d80) will increase coverage by 0.04%.
The diff coverage is 100.00%.

❗ Current head ecebf8e differs from pull request most recent head 8f8b3a2. Consider uploading reports for the commit 8f8b3a2 to get more accurate results

@@            Coverage Diff             @@
##           master     #596      +/-   ##
==========================================
+ Coverage   94.30%   94.34%   +0.04%     
==========================================
  Files           6        6              
  Lines         281      283       +2     
  Branches       70       72       +2     
==========================================
+ Hits          265      267       +2     
  Misses         16       16              
Files Coverage Δ
src/InputNumber.tsx 97.50% <100.00%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zombieJ zombieJ merged commit 1155356 into master Oct 18, 2023
8 checks passed
@zombieJ zombieJ deleted the changeOnBlur branch October 18, 2023 02:18
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.

Changing value onBlur when out of range is an accessibility issue
2 participants