8000 fix: call onCellActivated on typing by BrianHung · Pull Request #1055 · glideapps/glide-data-grid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: call onCellActivated on typing #1055

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

Merged
merged 1 commit into from
Jun 24, 2025

Conversation

BrianHung
Copy link
Collaborator

@lukasmasuch lukasmasuch requested a review from Copilot June 24, 2025 22:44
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for emitting the onCellActivated event when the user begins typing in a cell.

  • Added a new test checking that typing triggers onCellActivated in the DataEditor.
  • Updated the implementation in DataEditor and its API documentation to reflect the new behavior.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
packages/core/test/data-editor.test.tsx New test ensuring that onCellActivated is called when typing occurs.
packages/core/src/docs/examples/cell-activated-event.stories.tsx Updated examples to document that typing activates the cell.
packages/core/src/data-editor/data-editor.tsx Modified event handling to trigger onCellActivated on typing.
packages/core/API.md Updated documentation to include typing as a trigger for cell activation.

Copy link
Collaborator
@lukasmasuch lukasmasuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@lukasmasuch lukasmasuch merged commit 42fb515 into glideapps:main Jun 24, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0