We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8246ac commit 9ff43abCopy full SHA for 9ff43ab
Libraries/Text/TextInput/Singleline/RCTUITextField.m
@@ -87,6 +87,16 @@ - (void)setEditable:(BOOL)editable
87
self.enabled = editable;
88
}
89
90
+- (void)setScrollEnabled:(BOOL)enabled
91
+{
92
+ // Do noting, compatible with multiline textinput
93
+}
94
+
95
+- (BOOL)scrollEnabled
96
97
+ return NO;
98
99
100
#pragma mark - Context Menu
101
102
- (BOOL)canPerformAction:(SEL)action withSender:(id)sender
0 commit comments