newmiracle
newmiracle
  • 发布:2024-05-11 11:26
  • 更新:2024-05-11 13:42
  • 阅读:228

input 不支持autocomplete="on"

分类:uni-app

uniapp input 不支持autocomplete="on"

<uni-input data-v-b237504c="" autocomplete="on" id="username" class="p1_2_inputname"><div class="uni-input-wrapper"><div class="uni-input-placeholder input-placeholder" data-v-b237504c=""></div><input maxlength="140" step="" enterkeyhint="done" autocomplete="off" type="" class="uni-input-input"><!----></div></uni-input>

我看最终编译渲染 变成off了

2024-05-11 11:26 负责人:无 分享
已邀请:
爱豆豆

爱豆豆 - 办法总比困难多

不支持的 但是可以去插件市场找类似功能的插件
文档中也有说明
文档地址:https://uniapp.dcloud.net.cn/component/input.html

要回复问题请先登录注册