mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(input): default autocomplete/autocorrect=off, fix autofocus
Related: #5480
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user