小程序taro项目中,ios手机输入框将光标移入到中间位置,此时输入或删除,光标会跳到最后

Input 增加属性cursor={-1}

 <Input type='text' cursor={-1} />