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

Numeric Elements Required for Points #7

Open
MahnoorNaseer opened this issue Jul 5, 2024 · 0 comments
Open

Numeric Elements Required for Points #7

MahnoorNaseer opened this issue Jul 5, 2024 · 0 comments

Comments

@MahnoorNaseer
Copy link

Description:
In the Enatega web application, there is a problem with point validation. Points must only contain numeric elements, but we are encountering a type missing error.

Steps to Reproduce:
Navigate to the points entry section.
Enter a value that includes non-numeric elements.
Submit the form.
Observe the error message indicating a type missing.

Expected Behavior:
The application should validate that the points entry contains only numeric elements and provide an appropriate error message if the input is invalid.

Actual Behavior:
A type missing error is displayed, which is unclear and does not specify that the issue is with non-numeric elements in the points entry.

Possible Solution:
Improve validation logic to check for numeric elements and provide a clear error message if the input is invalid.

Environment:
Browser: [e.g., Chrome 91, Firefox 89]
OS: [e.g., Windows 10, macOS Big Sur]
Application Version: [e.g., 1.0.0]

Additional Information:
https://github.com/ninjas-code-official/shopping-cart-ecommerce/assets/166328554/39457f37-e088-404c-af44-e942e3d3128f

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

No branches or pull requests

1 participant