Skip to content

Commit

Permalink
feat: 补充京东小程序textarea 的 disable-default-padding 属性 (NervJS#15573)
Browse files Browse the repository at this point in the history
Co-authored-by: liuzejia <[email protected]>
  • Loading branch information
ZEJIA-LIU and liuzejia authored Apr 23, 2024
1 parent 3633dcc commit cc92f7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/taro-jd/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ export const components = {
Textarea: {
'show-confirm-bar': 'true',
'adjust-position': 'true',
'disable-default-padding': 'false',
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ require("./taro");
},
Textarea: {
"show-confirm-bar": "true",
"adjust-position": "true"
"adjust-position": "true",
"disable-default-padding": "false"
}
};
const hostConfig = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2985,7 +2985,8 @@ require("./runtime");
},
Textarea: {
"show-confirm-bar": "true",
"adjust-position": "true"
"adjust-position": "true",
"disable-default-padding": "false"
}
};
const hostConfig = {
Expand Down

0 comments on commit cc92f7f

Please sign in to comment.