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: 修复数字键盘遮挡输入框的问题 #3246

Merged
merged 3 commits into from
Jun 13, 2019
Merged

Conversation

ziluo
Copy link
Contributor

@ziluo ziluo commented Jun 4, 2019

close #2737


This change is Reviewable

@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #3246 into master will increase coverage by 4.77%.
The diff coverage is 58.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3246      +/-   ##
==========================================
+ Coverage   60.07%   64.85%   +4.77%     
==========================================
  Files          92       92              
  Lines        2282     2299      +17     
  Branches      656      663       +7     
==========================================
+ Hits         1371     1491     +120     
+ Misses        902      799     -103     
  Partials        9        9
Flag Coverage Δ
#web 64.85% <58.82%> (+4.77%) ⬆️
Impacted Files Coverage Δ
components/input-item/index.tsx 74.05% <ø> (+10.12%) ⬆️
components/input-item/CustomInput.tsx 66.66% <58.82%> (+35.49%) ⬆️
components/locale-provider/locale-provider.tsx 100% <0%> (ø) ⬆️
components/_util/class.tsx 37.5% <0%> (+37.5%) ⬆️
components/input-item/CustomKeyboard.tsx 75.55% <0%> (+71.11%) ⬆️

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 203eaa8...1a1614d. Read the comment docs.

@ziluo ziluo merged commit cdfe498 into master Jun 13, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-input-item-position branch June 13, 2019 02:44
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.

InputItem的type为money时,如果InputItem在最底部,将会被完全遮挡,有何解决办法?
3 participants