зеркало из https://github.com/microsoft/reactxp.git
Adding autocapitalize to web/RX.TextInput
This commit is contained in:
Родитель
5b9ad4c5f6
Коммит
b507c2667b
|
@ -265,6 +265,7 @@ export class TextInput extends React.Component<Types.TextInputProps, TextInputSt
|
||||||
|
|
||||||
className={ className }
|
className={ className }
|
||||||
|
|
||||||
|
autoCapitalize={ this.props.autoCapitalize }
|
||||||
autoCorrect={ this.props.autoCorrect === false ? 'off' : undefined }
|
autoCorrect={ this.props.autoCorrect === false ? 'off' : undefined }
|
||||||
spellCheck={ spellCheck }
|
spellCheck={ spellCheck }
|
||||||
disabled={ !editable }
|
disabled={ !editable }
|
||||||
|
|
Загрузка…
Ссылка в новой задаче