We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c9855 commit c2e6479Copy full SHA for c2e6479
FloatingLabel.js
@@ -91,6 +91,7 @@ class FloatingLabel extends Textbox {
91
locals.onChange(value)
92
self._onChangeText.bind(self, value, locals)
93
}}
94
+ onChange={locals.onChangeNative}
95
placeholder={placeholderString}
96
maxLength={locals.maxLength}
97
numberOfLines={locals.numberOfLines}
0 commit comments