Chatcharin
@auychatAll comments
- @momin-riyadh@auychat
On the Checkout page, in the Summary section, the TOTAL GRAND should not include VAT because VAT has already been included. You just need to use TOTAL + SHIPPING COST = TOTAL GRAND.
- P@HanSeongLee@auychat
On the Contact Us page, there are three small issues:
An element doesn't have an autocomplete attribute. If you want to fix it, you can do so by clicking the blue flag in the console. At the bottom, you will see "AFFECTED RESOURCES," and by clicking on the "Violation Node," you will see which input has a problem.
I hope this information will help you in addressing these minor issues.
- @hector535
Invoice app (React | TypeScript | React Hook Form | React Query)
#react#tanstack-query#react-router#react-testing-library#typescript@auychatWhen I inspect in the console, it shows:
- A form field element should have an id or name attribute.
- Incorrect use of <label for=FORM_ELEMENT>.
You can solve it by clicking the red and blue flag. At the bottom, you will see "AFFECTED RESOURCES," and by clicking on the "Violation Node," you will see which input has a problem.
I hope this will help you with addressing these minor issues.
Marked as helpful