matcha-devs / matcha

A comprehensive web-based personal finance tracker and budgeting tool.
6 stars 0 forks source link

added required attribute to Terms & Service input component #46

Open jaysaavedra18 opened 3 months ago

jaysaavedra18 commented 3 months ago

Rationale

Terms and Services box needed to be required before a user can submit the form.

Usage

A message pops up to tell the user exactly why the form cant submit.

Changes

Simply added 'required' attribute the the checkbox on the form.

Testing

Dependencies

None

Documentation Changes

Issues and Bugs

No new issues

Possible Solutions

No new issues

Additional Notes

N/a