rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

input标签禁用

lizhaoyang140901 opened this issue · comments

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