Open
Description
Summary
- User input validation is required for things such as creating expenses with unexpected field data types (strings in
Amount
, entries which are too long, etc.) and null inputs. - We also need to add text wrapping or ellipsis for long usernames.
- Ensure that feedback is shown to the user for invalid inputs.
Activity