Fixed multiline textinput onChange event
Summary: Broken in d9737571c4
Reviewed By: tadeuzagallo
Differential Revision: D3346276
fbshipit-source-id: 0cd67edb38b9f80b0976616059f9c2454cb34448
This commit is contained in:
parent
1e4d9d4897
commit
57e9df4af2
|
@ -34,6 +34,7 @@ RCT_REMAP_VIEW_PROPERTY(enablesReturnKeyAutomatically, textView.enablesReturnKey
|
|||
RCT_REMAP_VIEW_PROPERTY(keyboardType, textView.keyboardType, UIKeyboardType)
|
||||
RCT_REMAP_VIEW_PROPERTY(keyboardAppearance, textView.keyboardAppearance, UIKeyboardAppearance)
|
||||
RCT_EXPORT_VIEW_PROPERTY(maxLength, NSNumber)
|
||||
RCT_EXPORT_VIEW_PROPERTY(onChange, RCTBubblingEventBlock)
|
||||
RCT_EXPORT_VIEW_PROPERTY(onSelectionChange, RCTDirectEventBlock)
|
||||
RCT_EXPORT_VIEW_PROPERTY(placeholder, NSString)
|
||||
RCT_EXPORT_VIEW_PROPERTY(placeholderTextColor, UIColor)
|
||||
|
|
Loading…
Reference in New Issue