EditText 验证 - 无数字

发布于 2024-10-15 00:13:48 字数 313 浏览 0 评论 0原文

我正在为 EditText 寻找 android:inputType 以确保用户无法输入任何数字,而是输入所有不同类型的字母。
我认为, inputType 是正确的 xml 属性我必须改变,但我找不到合适的值。有人有解决办法吗? android:digits 有帮助吗?

提前致谢, 乔纳森

I´m looking for an android:inputType for an EditText to make sure the user can´t enter any number, but all different kinds of lettres.
I thought, the inputType is the right xml-attribute I have to change, but I can´t find a suitable value. Does anybody have a solution? Does android:digits help?

Thanks in advance,
Jonathan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

¢蛋碎的人ぎ生 2024-10-22 00:13:48

您可以使用 InputFilter 以某种方式限制输入t 在 inputType 中可用。我认为 android:digits 与您想要的相反。

You can use an InputFilter to restrict the input in a way that isn't available in inputType. I think android:digits is the opposite of what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文