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
Pull the latest changes from the develop branch.
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.
Contact Kate to discuss an appropriate design for the clear button or icon. Once you have her input, implement the design and functionality accordingly.
Create a pull request and tag @dangminhduc1101 for review.
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
develop
branch.npm run dev
(navigate tosrc/
and runnpm ci
if needed), then visitlocalhost:3000/register
. Review the Date of Birth selector component.