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: fix prompt can not focus in Wechat #3346

Merged
merged 1 commit into from
Aug 2, 2019
Merged

fix: fix prompt can not focus in Wechat #3346

merged 1 commit into from
Aug 2, 2019

Conversation

likezero
Copy link
Contributor

@likezero likezero commented Aug 2, 2019

close #3137

Thanks for #3280

  • Make sure that you follow antd's code convention.
  • Run npm run lint and fix those errors before submitting in order to keep consistent code style.
  • Rebase before creating a PR to keep commit history clear.
  • Add some descriptions and refer relative issues for you PR.

Extra checklist:

if isBugFix :

  • [x ] Make sure that you add at least one unit test for the bug which you had fixed.

elif isNewFeature :

  • Update API docs for the component.
  • Update/Add demo to demonstrate new feature.
  • Update TypeScript definition for the component.
  • Add unit tests for the feature.

This change is Reviewable

@likezero likezero mentioned this pull request Aug 2, 2019
9 tasks
@likezero likezero requested a review from zhou-yg August 2, 2019 06:46
@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@628027b). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #3346   +/-   ##
========================================
  Coverage          ?   64.6%           
========================================
  Files             ?      92           
  Lines             ?    2314           
  Branches          ?     669           
========================================
  Hits              ?    1495           
  Misses            ?     813           
  Partials          ?       6
Flag Coverage Δ
#web 64.6% <0%> (?)
Impacted Files Coverage Δ
components/modal/prompt.tsx 0% <0%> (ø)

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 628027b...0f1650d. Read the comment docs.

@ziluo
Copy link
Contributor

ziluo commented Aug 2, 2019

+1

@ziluo ziluo merged commit 1861567 into master Aug 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix-input branch August 2, 2019 06:49
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.

在ios下Modal.prompt打开modal弹框的时候,input就无法点击了,安卓正常
2 participants