Skip to content

Commit

Permalink
fix(shared): 小程序模板为 input cursor 增加默认值,close #6632 (#6771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj authored Jun 23, 2020
1 parent 8c2a0e6 commit 2c2dc31
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 213 deletions.
2 changes: 1 addition & 1 deletion packages/shared/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const Input = {
focus: 'false',
'confirm-type': singleQuote('done'),
'confirm-hold': 'false',
cursor: '',
cursor: 'i.value.length',
'selection-start': '-1',
'selection-end': '-1',
'adjust-position': 'true',
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions packages/taro-mini-runner/__tests__/__snapshots__/jd.spec.ts.snap

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions packages/taro-mini-runner/__tests__/__snapshots__/qq.spec.ts.snap

Large diffs are not rendered by default.

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions packages/taro-mini-runner/__tests__/__snapshots__/swan.spec.ts.snap

Large diffs are not rendered by default.

0 comments on commit 2c2dc31

Please sign in to comment.