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(input-number): input-number cannot update when integer end with 0 #2117

Merged
merged 3 commits into from
Jan 5, 2022

Conversation

Talljack
Copy link
Contributor

@Talljack Talljack commented Jan 5, 2022

close #2115

@vercel
Copy link

vercel bot commented Jan 5, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tusimple/naive-ui/2rVqaBfoF2iS1SmvwgKuFuh5Qeon
✅ Preview: https://naive-ui-git-fork-talljack-2115-tusimple.vercel.app

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

Merging #2117 (19a1e8d) into main (598aac6) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 19a1e8d differs from pull request most recent head 8653287. Consider uploading reports for the commit 8653287 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2117   +/-   ##
=======================================
  Coverage   64.74%   64.74%           
=======================================
  Files         899      899           
  Lines       17632    17632           
  Branches     4184     4184           
=======================================
  Hits        11415    11415           
  Misses       5433     5433           
  Partials      784      784           
Impacted Files Coverage Δ
src/input-number/src/utils.ts 85.71% <100.00%> (ø)

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 598aac6...8653287. Read the comment docs.

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.

输入以0结尾的数字时不会触发on-update:value事件
2 participants