SFU-Blueprint / Pedals

Apache License 2.0
0 stars 0 forks source link

DateSelector Clear Button/Functionality #74

Closed dangminhduc1101 closed 2 weeks ago

dangminhduc1101 commented 2 weeks ago

Problem

The DateSelector component lacks a button or icon to clear the date entry. This limitation prevents users from easily clearing the date in certain pages, such as the Date of Birth fields on the /register and /manage/people pages.

Instructions

  1. Pull the latest changes from the develop branch.
  2. Start the server by running npm run dev (navigate to src/ and run npm ci if needed), then visit localhost:3000/register. Review the Date of Birth selector component.
  3. Contact Kate to discuss an appropriate design for the clear button or icon. Once you have her input, implement the design and functionality accordingly.
  4. Create a pull request and tag @dangminhduc1101 for review.