gpt4 book ai didi

reactjs - react native 文本输入 : why does secureEntryText shift outside of input box and have ellipsis?

转载 作者:行者123 更新时间:2023-12-04 04:09:57 25 4
gpt4 key购买 nike

我有 TextInput我的 React Native 应用程序中的组件,以及当我添加 secureEntryText: 'true' 时对于密码输入,我注意到两件事:

1) 当我输入密码时,所输入密码的左边缘移出并移到输入框的左侧,如下所示:

enter image description here

2)当我取消输入密码时,无论密码有多长,输入的密码末尾都有一个省略号,如下所示:

enter image description here

有谁知道我如何解决这些问题?

最佳答案

我不知道第一个问题的答案,但省略号不会显示一次 TextInputproperty textAlign 设置为除 'auto' 以外的任何内容.
例子:

<TextInput secureTextEntry={true} textAlign={'center'} />

关于reactjs - react native 文本输入 : why does secureEntryText shift outside of input box and have ellipsis?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61894899/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com