We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd6bf2b + c2e6479 commit 20139bfCopy full SHA for 20139bf
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