Commit 13ff55dd authored by 费陶勇's avatar 费陶勇

fix:  修复u-input组件中cursor-spacing属性在textarea不生效的问题

parent bb453ec0
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
:autoHeight="autoHeight" :autoHeight="autoHeight"
:selection-end="uSelectionEnd" :selection-end="uSelectionEnd"
:selection-start="uSelectionStart" :selection-start="uSelectionStart"
:cursor-spacing="getCursorSpacing"
@input="handleInput" @input="handleInput"
@blur="handleBlur" @blur="handleBlur"
@focus="onFocus" @focus="onFocus"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment