rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 482 forks source link

input标签禁用 #454

Open lizhaoyang140901 opened 3 years ago

lizhaoyang140901 commented 3 years ago

input标签禁用,在ios中‘disabled={true}’没有问题,但是在安卓,只是文本颜色变色啦,依然可以弹起软键盘,编辑文本。input继承啦textInput的属性。所以,在安卓,必须得使用原生的editable={false},才可以起到禁用的作用。