Skip to content

Commit f4e47e7

Browse files
committed
added disableFullscreenUI property to textinput
1 parent 27441ab commit f4e47e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/Autocomplete/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ class Autocomplete extends Component {
170170
spinnerColor,
171171
placeholderColor,
172172
data,
173+
disableFullscreenUI,
173174
...dropdownProps
174175
} = this.props;
175176

@@ -185,6 +186,7 @@ class Autocomplete extends Component {
185186
style={[styles.input, inputStyle]}
186187
placeholder={placeholder}
187188
placeholderTextColor={placeholderColor || theme.textSecondary}
189+
disableFullscreenUI={disableFullscreenUI}
188190
value={inputValue}
189191
autoCorrect={autoCorrect}
190192
keyboardType={keyboardType}

0 commit comments

Comments
 (0)