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

Removes number conversion for dirty input #878

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Conversation

HarelM
Copy link
Collaborator

@HarelM HarelM commented Feb 4, 2024

Fixes #870

This regression bug was introduced as part of the refactoring of typescript.
Here:

I've added tests to cover the scenario so that it won't happen again, hopefully.

@HarelM HarelM requested review from birkskyum and nyurik February 4, 2024 14:10
@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c84c7a7) 56.80% compared to head (4015f63) 57.17%.

Files Patch % Lines
src/components/InputNumber.tsx 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #878      +/-   ##
==========================================
+ Coverage   56.80%   57.17%   +0.37%     
==========================================
  Files         104      104              
  Lines        2940     2940              
  Branches      670      670              
==========================================
+ Hits         1670     1681      +11     
+ Misses       1270     1259      -11     

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

@HarelM
Copy link
Collaborator Author

HarelM commented Feb 7, 2024

I'm merging this as this is a critical bug.
@birkskyum @nyurik feel free to add comments here and I'll open a different PR to solve them.

@HarelM HarelM merged commit bc5ecfa into main Feb 7, 2024
7 checks passed
@HarelM HarelM deleted the 870-fix-input-field branch February 7, 2024 08:32
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.

Cannot type "0.5" in an Opacity field
2 participants