SauveJeanLuc / coffee-tasks

Next gen AI Powered Todo-List
https://coffeetasks.netlify.app
MIT License
38 stars 73 forks source link

fixed issue where input doesnt reset when pop up closes #137

Closed RichardHpa closed 1 year ago

RichardHpa commented 1 year ago

Currently when you close the pop up it doesn't reset the values.

Motivation and Context

The main issue is that if you type in something wrong and click cancel, it doesnt reset the input field so if they reopen a pop up the old value is still there

Checklist:

netlify[bot] commented 1 year ago

Deploy Preview for coffeetasks ready!

Name Link
Latest commit 7fd4a7f93559aa4fc7c4f0a6e1daf0cb8a7cc178
Latest deploy log https://app.netlify.com/sites/coffeetasks/deploys/634b284942ab5100087b855e
Deploy Preview https://deploy-preview-137--coffeetasks.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

SauveJeanLuc commented 1 year ago

@RichardHpa don't you think this is more advantageous than problems it might cause ?

RichardHpa commented 1 year ago

@RichardHpa don't you think this is more advantageous than problems it might cause ?

It's just clearing an input field when you cancel out of the popup. It would be annoying if that value was still there.

Anyway I'm going to close it as I don't actually need to do another PR. Was just using it as a back up