Skip to content

Commit 20139bf

Browse files
authored
Merge pull request #10 from mat2maa/master
Add onChange handler to TextInput
2 parents dd6bf2b + c2e6479 commit 20139bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FloatingLabel.js

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class FloatingLabel extends Textbox {
9191
locals.onChange(value)
9292
self._onChangeText.bind(self, value, locals)
9393
}}
94+
onChange={locals.onChangeNative}
9495
placeholder={placeholderString}
9596
maxLength={locals.maxLength}
9697
numberOfLines={locals.numberOfLines}

0 commit comments

Comments
 (0)