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 parser type #16797

Merged
merged 1 commit into from
May 26, 2019
Merged

fix: Input parser type #16797

merged 1 commit into from
May 26, 2019

Conversation

afc163
Copy link
Member

@afc163 afc163 commented May 26, 2019

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / document update
  • Component style update
  • TypeScript definition update
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

👻 What's the background?

close #15226

💡 Solution

📝 Changelog

Language Changelog
🇺🇸 English Correct InputNumber parser type. #15226
🇨🇳 Chinese

☑️ Self Check before Merge

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@netlify
Copy link

netlify bot commented May 26, 2019

Deploy preview for ant-design ready!

Built with commit 35e2359

https://deploy-preview-16797--ant-design.netlify.com

@codecov
Copy link

codecov bot commented May 26, 2019

Codecov Report

Merging #16797 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16797      +/-   ##
==========================================
- Coverage   95.78%   95.75%   -0.03%     
==========================================
  Files         263      258       -5     
  Lines        7299     7141     -158     
  Branches     2000     2010      +10     
==========================================
- Hits         6991     6838     -153     
+ Misses        306      301       -5     
  Partials        2        2
Impacted Files Coverage Δ
components/input-number/index.tsx 100% <ø> (ø) ⬆️
components/grid/row.tsx 94.23% <0%> (-5.77%) ⬇️
components/config-provider/renderEmpty.tsx 86.66% <0%> (-0.84%) ⬇️
components/mention/index.tsx 91.66% <0%> (-0.18%) ⬇️
components/breadcrumb/Breadcrumb.tsx 96.07% <0%> (ø) ⬆️
components/drawer/index.tsx 98.73% <0%> (ø) ⬆️
components/progress/progress.tsx 93.18% <0%> (ø) ⬆️
components/modal/Modal.tsx 100% <0%> (ø) ⬆️
components/date-picker/locale/lv_LV.tsx
components/time-picker/locale/lv_LV.tsx
... and 4 more

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 6af96e7...35e2359. Read the comment docs.

@afc163 afc163 merged commit 60ee01f into master May 26, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-input-number-parser-type branch May 26, 2019 05:30
@afc163 afc163 mentioned this pull request May 26, 2019
10 tasks
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.

inputNumber parser 返回值类型错误
1 participant