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

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

Closed
1 task done
hst-Sunday opened this issue Jul 23, 2018 · 5 comments · Fixed by #3246
Closed
1 task done
Assignees
Labels

Comments

@hst-Sunday
Copy link

hst-Sunday commented Jul 23, 2018

  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

undefined

Environment

IOS11.4.1,chrome最新版

Reproduction link

http://antd-mobile.gitee.io/components/input-item-cn/

Steps to reproduce

把InputItem放到界面最底部,设置它的type为money时,InputItem将会被money键盘完全遮挡

What is expected?

像普通键盘那样输入框不被遮挡

What is actually happening?

money键盘遮挡了输入框

@Catlc
Copy link

Catlc commented Aug 22, 2018

没人解决么 我也遇到了

@zhanglina1990
Copy link

我也遇到了

@zhanglina1990
Copy link

我暂时把存放键盘的容器的高度设成200了,这样后面的数据就可以滚动了,滚动之后显示出原来的输入框。有没有更好的办法????

@Catlc
Copy link

Catlc commented Sep 1, 2018

还没有很好的解决方案么???

@linjhon
Copy link

linjhon commented Sep 21, 2018

InputItem 新增了一个属性 moneyKeyboardHeader ,可以把数字绑定在头部。

可惜不支持多个money;

注意:使用 moneyKeyboardHeader 时,页面中只能有一个 type=money 的 InputItem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants