<template>
<view style="display: flex;flex-direction: column;">
<input type="text" id="A" style="width: 100%;background: red;"></input>
<input type="password" id="B" style="width: 100%;background: red;
margin-top: 50rpx;"></input>
</view>
</template>
<script>
</script>
<style lang="scss">
</style>
id=B的控件设置了type="password"
会导致id="A"的控件 拉起来的软键盘是密码输入格式,
此bug只在iphone手机上能复现,android和鸿蒙系统无此问题。
在iphone 微信内置浏览器打开有此问题,Safari中没有