Skip to content

Commit 13ff55d

Browse files
费陶勇费陶勇
authored andcommitted
fix:  修复u-input组件中cursor-spacing属性在textarea不生效的问题
1 parent bb453ec commit 13ff55d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uview-ui/components/u-input/u-input.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
:autoHeight="autoHeight"
2727
:selection-end="uSelectionEnd"
2828
:selection-start="uSelectionStart"
29+
:cursor-spacing="getCursorSpacing"
2930
@input="handleInput"
3031
@blur="handleBlur"
3132
@focus="onFocus"

0 commit comments

Comments
 (0)