-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 修复编辑表的输入框未回填格式化后的数据 close #2528 #2549
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
你好, @lijinke666 CI 执行失败, 请点击 [Details] 按钮查看, 并根据日志修复。 Hello, @lijinke666 CI run failed, please click the [Details] button for detailed log information and fix it. |
Size Change: -458 B (0%) Total Size: 7.93 MB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2549 +/- ##
==========================================
+ Coverage 76.48% 77.64% +1.15%
==========================================
Files 240 249 +9
Lines 12312 11992 -320
Branches 2630 2367 -263
==========================================
- Hits 9417 9311 -106
+ Misses 1377 1183 -194
+ Partials 1518 1498 -20 ☔ View full report in Codecov by Sentry. |
packages/s2-react/src/components/sheets/editable-sheet/edit-cell/index.tsx
Show resolved
Hide resolved
🎉 This PR is included in version @antv/s2-v1.54.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version @antv/s2-react-v1.46.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
onDataCellEditStart
, 同时onDataCellEditStart
和onDataCellEditEnd
增加第二个参数cell
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge