0.0.6 • Published 6 years ago

react-native-edit-text v0.0.6

Weekly downloads
25
License
-
Repository
github
Last release
6 years ago

react-native-edit-text

React Native 默认的 textInput 组件默认是没有边框的,使用的时候需要自己在其外面套个view来使用。且安卓上面无法实现输入时,右侧出现删除按钮。

usuage

  <EditText
    inputStyle={{}}
    clearButtonMode="while-editing"
    value={}
    onChangeText={()=>{}}
    placeholder="请输入资产编号"
  />