feat(rn): makes InputDialog textInput autoFocus
This commit is contained in:
parent
0067f6b077
commit
e4b34e1c89
|
@ -96,6 +96,7 @@ class InputDialog extends BaseDialog<Props, State> {
|
||||||
{ t(this.props.contentKey) }
|
{ t(this.props.contentKey) }
|
||||||
</Text>
|
</Text>
|
||||||
<TextInput
|
<TextInput
|
||||||
|
autoFocus = { true }
|
||||||
onChangeText = { this._onChangeText }
|
onChangeText = { this._onChangeText }
|
||||||
style = { _dialogStyles.field }
|
style = { _dialogStyles.field }
|
||||||
underlineColorAndroid = { FIELD_UNDERLINE }
|
underlineColorAndroid = { FIELD_UNDERLINE }
|
||||||
|
|
Loading…
Reference in New Issue