feat(input): default autocomplete/autocorrect=off, fix autofocus

Related: #5480
This commit is contained in:
Adam Bradley
2016-02-22 15:00:50 -06:00
parent 1cfca53f9d
commit b53d70710e
9 changed files with 228 additions and 102 deletions

View File

@ -70,6 +70,7 @@ Platform.register({
// fallback to always use ripple
return 'ripple';
},
autoFocusAssist: 'immediate',
hoverCSS: false,
keyboardHeight: 300,
mode: 'md',
@ -93,6 +94,7 @@ Platform.register({
'iphone'
],
settings: {
autoFocusAssist: 'delay',
clickBlock: true,
hoverCSS: false,
keyboardHeight: 300,