issues
search
yumeangelica
/
needypet
Full-stack Pet Care Management Application
https://needypet.azurewebsites.net/
Other
2
stars
0
forks
source link
fix/frontend/fix add new need value bug
#59
Closed
yumeangelica
closed
6 months ago
yumeangelica
commented
6 months ago
Added checks in
addNewNeed
to ensure the duration doesn't exceed 1440 minutes, with an error message displayed temporarily.
Implemented a 5-second timeout to clear error messages automatically.
Added dynamic screen size updates when resizing the browser window.
Updated
cleanInput
function to convert input values to numbers.
addNewNeed
to ensure the duration doesn't exceed 1440 minutes, with an error message displayed temporarily.cleanInput
function to convert input values to numbers.