princid / Expense-Tracker

The objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income.
https://expense-tracker-psg.herokuapp.com/
MIT License
18 stars 20 forks source link

[Enhancement] Adding an indication for mandatory fields in the add/edit transaction form #30

Closed pssruthy closed 1 year ago

pssruthy commented 1 year ago

When the user try to add/ edit a new transaction with a few fields being empty like below, user will be getting a validation error to fill the mandatory fields. It would be better if we could add an indicator like * to represent mandatory fields.

Screenshot 2022-10-18 at 9 54 19 PM Screenshot 2022-10-18 at 9 54 26 PM
pssruthy commented 1 year ago

@princid could you review this suggestion and add the required labels? I would like to work on this.

Expected result

Screenshot 2022-10-18 at 10 25 27 PM
princid commented 1 year ago

@pssruthy Sure! Go ahead.

pssruthy commented 1 year ago

@princid I have raised a PR. Please review and merge it.