Skip to content

Commit

Permalink
fix(tt): Input attribute replenishment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKonka authored and Chen-jj committed Oct 30, 2023
1 parent 818d830 commit f31b416
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ require("./taro");
Icon: {
size: "24"
},
Input: {
"adjust-position": _true,
"hold-keyboard": _false,
"clue-type": "0",
bindKeyboardHeightChange: _empty
},
Button: {
bindGetPhoneNumber: _empty,
"data-channel": _empty,
Expand Down
6 changes: 6 additions & 0 deletions packages/taro-tt/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ export const components = {
Icon: {
size: '24'
},
Input: {
'adjust-position': _true,
'hold-keyboard': _false,
'clue-type': '0',
bindKeyboardHeightChange: _empty,
},
Button: {
bindGetPhoneNumber: _empty,
'data-channel': _empty,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1774,6 +1774,12 @@ require("./runtime");
Icon: {
size: "24"
},
Input: {
"adjust-position": _true,
"hold-keyboard": _false,
"clue-type": "0",
bindKeyboardHeightChange: _empty
},
Button: {
bindGetPhoneNumber: _empty,
"data-channel": _empty,
Expand Down

0 comments on commit f31b416

Please sign in to comment.