mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(config): update types for scrollPadding, inputBlurring and hideCaretOnScroll to boolean (#17302)
This commit is contained in:
committed by
Brandy Carney
parent
370da9d939
commit
39fbc32348
@@ -168,10 +168,10 @@ export interface IonicConfig {
|
||||
// PRIVATE configs
|
||||
keyboardHeight?: number;
|
||||
inputShims?: boolean;
|
||||
scrollPadding?: string;
|
||||
inputBlurring?: string;
|
||||
scrollPadding?: boolean;
|
||||
inputBlurring?: boolean;
|
||||
scrollAssist?: boolean;
|
||||
hideCaretOnScroll?: string;
|
||||
hideCaretOnScroll?: boolean;
|
||||
|
||||
// INTERNAL configs
|
||||
persistConfig?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user