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 quantity validation on order entry and order update forms #5

Open
pattnaik-soumitri opened this issue Aug 8, 2023 · 1 comment

Comments

@pattnaik-soumitri
Copy link
Owner

  • In order for a product to be added as an order item there should be at least 1 qty.
  • Do not let the user hit the add new item button if any of the previous items have a qty of 0. (disable the button)
  • Note: PicoCss's aria-invalid can be used to mark the qty input field as invalid if the qty is 0.
@hardRockWorld
Copy link
Contributor

  • Done!

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

2 participants