Nick Lockwood 37042573b8 Added blurOnSubmit support to multine TextInput (aka RCTTextView)
Summary:
public

Setting `blurOnSubmit=true` on a multiline `<TextInput>` now causes it to behave like a single-line input with respect to the return key:

With the default value of `false`, pressing return will enter a newline character into the field. If you set the value to `true`, pressing return will now blur the field and trigger the onSubmitEditing event. The newline character will *not* be added to the text.

(See associated github task for dicussion: https://github.com/facebook/react-native/pull/2149)

Reviewed By: javache

Differential Revision: D2710448

fb-gh-sync-id: c9706ae11f8b399932d3400ceb4c7558e455570d
2015-12-02 08:16:27 -08:00
..
2015-07-24 08:41:58 -08:00
2015-11-18 08:10:30 -08:00
2015-11-14 06:29:27 -08:00
2015-11-25 18:30:31 -08:00
2015-12-01 07:26:29 -08:00
2015-10-30 17:09:27 -07:00
2015-12-01 07:26:29 -08:00
2015-12-01 07:26:29 -08:00
2015-12-01 20:11:26 -08:00
2015-12-01 20:11:26 -08:00
2015-12-01 20:11:26 -08:00
2015-12-01 20:11:26 -08:00
2015-07-24 08:41:58 -08:00
2015-04-15 06:06:29 -08:00