Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 微信小程序 textarea 组件 disableDefaultPadding 参数不生效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjiang153 authored and yesmeck committed Jul 20, 2021
1 parent 5f8e262 commit c4f721c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/remax-wechat/src/hostComponents/Textarea/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const alias = {
onKeyboardHeightChange: 'bindkeyboardheightchange',
confirmType: 'confirm-type',
confirmHold: 'confirm-hold',
disableDefaultPadding: 'disable-default-padding',
};

export const props = Object.values(alias);

0 comments on commit c4f721c

Please sign in to comment.