Skip to content
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

Typeover null values in cell edit and row edit #9739

Open
wants to merge 4 commits into
base: release/database-1.1.1
Choose a base branch
from

Conversation

shaurya-sharma064
Copy link
Collaborator

@shaurya-sharma064 shaurya-sharma064 commented May 15, 2024

closes #9709

Problem:
Couldn't update the null-valued cells directly without toggling to custom or pressing backspace.

Fix:
Have created a transparent wrapper around the input when the value is null.
Clicking on it will result into null value & the div disappearing and the pointer being focused back to the input field.

@shaurya-sharma064 shaurya-sharma064 changed the title Feat/typeover predefined values Typeover Null Values May 16, 2024
Copy link

@akshaysasidrn akshaysasidrn changed the base branch from release/database-1.1 to release/database-1.1.1 May 16, 2024 06:29
@shaurya-sharma064 shaurya-sharma064 added this to the Database 1.1.1 milestone May 16, 2024
akshaysasidrn
akshaysasidrn previously approved these changes May 16, 2024
@shaurya-sharma064 shaurya-sharma064 changed the title Typeover Null Values Typeover null values in cell edit and row edit May 16, 2024
@akshaysasidrn akshaysasidrn dismissed their stale review May 22, 2024 06:01

The merge-base changed after approval.

Copy link

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TJDB: As a user, I should be able to directly type over NULL values
4 participants