如图所示,希望点击“发生”按钮后,软键盘不自动收起。已将focus重设回true,不生效。“发送”按钮的已 @tap/touch/click.prevent, 也无效。有没有好朋友做过类似的需求,求分享~ 小弟在此谢过
// textarea 设置
<textarea
:value="inputValue"
:focus="focus"
:auto-height="true"
:adjust-position="true"
:confirm-hold="true"
:hold-keyboard="true"
placeholder="输入消息"
confirm-type="发送"
maxlength="2000"
@blur="onInputBlur"
/>