diff --git a/packages/taro-tt/src/components.ts b/packages/taro-tt/src/components.ts index c119da7c6a79..a4e2ed1d39e0 100644 --- a/packages/taro-tt/src/components.ts +++ b/packages/taro-tt/src/components.ts @@ -70,7 +70,8 @@ export const components = { 'confirm-hold': _false, 'show-confirm-bar': _true, 'adjust-position': _true, - 'hold-keyboard': _false + 'hold-keyboard': _false, + bindKeyboardHeightChange: _empty, }, ScrollView: { enhanced: _false,