TextInput
1藕帜、使用
<TextInput
style={{height:50 , paddingLeft:15}}
placeholder="搜索..."
placeholderTextColor="#6435c9"
secureTextEntry={true}
autoFocus
// autoCorrect={true}
// defaultValue="或許結(jié)果"
// editable={false}
keyboardType="web-search" //numeric:數(shù)字鍵盤 email-address:電子郵件鍵盤 url:含有網(wǎng)址的鍵盤 web-search:鍵盤上會(huì)顯示一個(gè) Go 中文輸入法下會(huì)顯示前往
// multiline //換行
clearButtonMode="unless-editing" //multiline屬性設(shè)置時(shí)clearButtonMode 為while-editing時(shí)不起作用
/>
2、屬性
secureTextEntry
:安全輸入(multiline
設(shè)置時(shí)不起作用))
autoFocus
:自動(dòng)鎖定光標(biāo)
autoCorrect
:自動(dòng)糾錯(cuò)
defaultValue
:設(shè)置默認(rèn)值
editable
:是否可以輸入
keyboardType
:鍵盤類型藕畔。
鍵盤類型的值為:
`numeric`:數(shù)字鍵盤 `email-address`:電子郵件鍵盤 `url`:含有網(wǎng)址的鍵盤 `web-search`:鍵盤上會(huì)顯示一個(gè) Go 中文輸入法下會(huì)顯示前往
multiline
:bool值 內(nèi)容可以換行
numberOfLines (number)
:設(shè)置文本輸入框行數(shù)攘残,該需要首先設(shè)置multiline
為true
,設(shè)置TextInput
為多行文本。
clearButtonMode
:清除按鈕。
清除按鈕的值:
`while-editing`:編輯時(shí)顯示清除按鈕(`multiline`設(shè)置時(shí)不起作用)
`unless-editing`:點(diǎn)擊換行時(shí)顯示清除按鈕`multiline`設(shè)置時(shí)不起作用)
clearTextOnFocus
:重獲焦點(diǎn)時(shí)清除之前的輸入內(nèi)容
enablesReturnKeyAutomatically
:bool值 是否自動(dòng)啟用回車鍵
returenKeyType
:回車鍵的類型 keyboardType
有值時(shí)會(huì)覆蓋returenKeyType
的值
回車鍵類型的值:
`go`:中文輸入法下回車鍵顯示前往
`join`:中文輸入法下回車鍵顯示加入
`next`:中文輸入法下回車鍵顯示下一項(xiàng)
`rote`:中文輸入法下回車鍵顯示路線
`send`:中文輸入法下回車鍵顯示發(fā)送
`search`:中文輸入法下回車鍵顯示搜索