After clicking "UNDER 18" or "INACTIVE" radio button to filter results, when the result is empty, "SELECT ALL" radio button is still automatically checked. It should not be checked as it confuses the user.
After checking "SELECT ALL" option, the option cannot be turned off by clicking the "SELECT ALL" text.
Instructions
Pull the latest changes from the developbranch.
Start the server by running npm run dev (if necessary, navigate to the src/ folder and run npm ci first). Navigate to localhost:3000/manage/people
Modify the logic of the radio button to fix the above issues.
Submit a pull request and tag @dangminhduc1101 for review.
Problems
Instructions
develop
branch.npm run dev
(if necessary, navigate to thesrc/
folder and runnpm ci
first). Navigate to localhost:3000/manage/people