sea

Results 154 comments of sea

> 有游离的dom,focus-trap 那边通过event 拿到dom之后没清除 可以提供前后改善的 Memory Snapshot 截图么?

Duplicate of #https://github.com/element-plus/element-plus/issues/18632

> Thank you for your review. @btea @warmthsea > > How should I proceed with the final revisions? Please give me some suggestions. @DDDDD12138 Could you please change the version...

Thank you for your contribution. This issue has been fixed at https://github.com/element-plus/element-plus/pull/22674

目前 `el-input-number` 与原生 input 行为保持一致 参考:https://github.com/element-plus/element-plus/issues/16267 如果想兼容有两种思路:欢迎 PR 1、抛出 `el-input-number` 里面的 `el-input` ref,`blur` 时候判断手动清空 numberRef.input.input.value 2、实现火狐的特殊处理

谢谢贡献,目前已有保存自动格式化,不用再添加格式化相关代码,欢迎再做其它的贡献。

> 可以考虑在这个PR里将其它有关的组件都进行修复。 我觉得可以

@momei-LJM Can you add this code to `tree.test.ts` file? ```diff data() { return { + currentId: null, ``` ```ts test('update tree-data after current-node-key', async () => { const { wrapper,...

Please provide a minimal reproducible code that works, thanks! 请提供一个有效的可直接运行的最小复现,谢谢!