uni踩坑笔记 - uView中文本域textarea 实现回车键换行

[ 2024-08-14 09:37:02 | 作者: admin ]
字号: | |
使用textarea组件的confirmType属性进行控制:
<u--textarea v-model="form.content" confirmType="return"></u--textarea>


默认值是done,按回车不会换行

其他属性值:
send - 发送
search - 搜索
next - 下一个
go - 前往
done - 完成
return - 换行


文章:https://blog.csdn.net/weixin_46737742/article/details/134370679
[最后修改由 admin, 于 2024-08-14 09:39:04]
评论Feed 评论Feed: http://blog.xg98.com/feed.asp?q=comment&id=2978

这篇日志没有评论。

此日志不可发表评论。