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

348 do not cast values when editing the Grid #538

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

pdelboca
Copy link
Member

@pdelboca pdelboca commented Sep 4, 2024

This is a tiny step towards making the experience of editing a little bit more intuitive.

Currently, we have this isolated line of code that forces the user input to be converted to an integer if the cell is "number". This causes the famous NaN that confused some users.

I'm removing this from the front-end to move towards a more freely experience of editing the data.


Please make sure that all the checks pass. Please add here any additional information regarding this pull request. It's highly recommended that you link this PR to an issue (please create one if it doesn't exist for this PR)

@guergana
Copy link
Collaborator

guergana commented Sep 7, 2024

Hi, @pdelboca now it doesn't show the NaN but the cell is left blank. I guess this is the purpose of the PR.

@pdelboca pdelboca merged commit 777acf1 into main Sep 9, 2024
9 checks passed
@pdelboca pdelboca deleted the 348-do-not-cast-in-front-end branch September 9, 2024 06:29
@pdelboca
Copy link
Member Author

pdelboca commented Sep 9, 2024

Indeed @guergana ! Thanks!

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