fix(input): blur when tapping outside input on iOS

Closes #5020
This commit is contained in:
Adam Bradley
2016-04-14 13:43:56 -05:00
parent 7fe3f80277
commit f9b46c26cc
2 changed files with 34 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ Platform.register({
autoFocusAssist: 'delay',
clickBlock: true,
hoverCSS: false,
inputBlurring: isIOSDevice,
inputCloning: isIOSDevice,
keyboardHeight: 300,
mode: 'ios',