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

fix(InputNumber): can't input 0.0 when set UseInputEvent to true #3059

Merged
merged 6 commits into from
Mar 12, 2024

Conversation

ArgoZhang
Copy link
Collaborator

can't input 0.0 when set UseInputEvent to true

Description

close #3058

@bb-auto bb-auto bot added the bug Something isn't working label Mar 12, 2024
@bb-auto bb-auto bot added this to the v8.3.0 milestone Mar 12, 2024
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.96%. Comparing base (f8acb00) to head (501faac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3059   +/-   ##
=======================================
  Coverage   99.96%   99.96%           
=======================================
  Files         564      564           
  Lines       24199    24209   +10     
  Branches     3504     3506    +2     
=======================================
+ Hits        24190    24200   +10     
  Misses          4        4           
  Partials        5        5           

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

@ArgoZhang ArgoZhang merged commit 15d2ebd into main Mar 12, 2024
5 checks passed
@ArgoZhang ArgoZhang deleted the feat-container branch March 12, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(InputNumber): can't input 0.0 when set UseInputEvent to true
1 participant