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

Implement Basic Cell Input Validation #44

Closed

Conversation

Shrivalkumar
Copy link
Contributor

Feature: Add input validation for cells

1.Prevent non-numeric inputs and limit cell input length.
2.Add error messages and visual indicators for invalid inputs.
3.Ensure invalid data cannot be saved to the spreadsheet state.
Screenshot 2024-12-19 at 6 49 33 PM
Screenshot 2024-12-19 at 6 48 49 PM

@mrinal1224
Copy link
Collaborator

This has some merge conflicts , can you please update you code and try again @Shrivalkumar

@mrinal1224
Copy link
Collaborator

@Shrivalkumar Can we remove the non-numeric validation part, as our spreadhseet should allow alphabets and symbols as data , not all cells should only accept numbers let's revert back on this , only the numbers we specify as numeric should have these validation , apologies that it wasnt clear before
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