Promisezhangbo

Results 5 issues of Promisezhangbo

怎么配置可选链操作符及空置合并操作符 const a = arr?.map((item) => item} 这个不支持 '@babel/plugin-proposal-optional-chaining', //可选链 ?. '@babel/plugin-proposal-nullish-coalescing-operator' //空值合并 ?? 这两个插件如何再dva项目中配置

右边输入框获取焦点的时候底部的面板没有跟随移动过去,需要修改偏移量 ![image](https://github.com/react-component/picker/assets/104294824/4a8fc3c4-9f34-42b9-9c49-ad8a2cb609ff)

picker3.14.6版本 TS1005 ![企业微信截图_a01d2091-b45c-4bff-9a8d-a1b332792cbd](https://github.com/react-component/picker/assets/104294824/722e854a-a368-4cb0-84d6-ee3d851e053c) 现在3.14.6这个版本 lint会报这个错,麻烦各位大佬修复一下哈

### What problem does this feature solve? 是否可以新增一个属性,在onBlur时不添加tag或者不改变用户输入的值,现在用户在前后输入空格都会被自动清除,是否有办法规避这种行为 rc关联问题: https://github.com/react-component/select/issues/1075 https://github.com/react-component/select/pull/953 https://github.com/react-component/select/issues/952 ### What does the proposed API look like? 在tags模式中,在失焦时可以不改变用户的输入,比如用户输入前后有空格失焦后可以不清除,或者失焦后在不新增选项

💡 Feature Request

是否可以新增一个属性,在onBlur时不添加tag或者不改变用户输入的值,现在用户在前后输入空格都会被自动清除,是否有办法规避这种行为