vaarunh / lets-do-it

A simple ToDo List webapp created using JavaScript, HTML & CSS.
11 stars 36 forks source link

Validating the user input while editing value #59

Closed ankitgauri26 closed 3 years ago

ankitgauri26 commented 3 years ago

Currently when User edit the value and remove the text in the textbox, still user is able to edit it successfully. Refer to the screen shot below

=> User clicked on Edit Task image

=> User removed all the text in the textbox image

=> User clicked on Edit button after removing the text from the textbox image

After fixing, below error msg is coming up when you are trying to edit the text and remove everything image

ankitgauri26 commented 3 years ago

@varunherlekar - I have created PR for one of the issue I found in the application. Details are mentioned in the description. I'll also be checking some of the other functionality issues and will be creating other PR's accordingly.

vaarunh commented 3 years ago

Thats Great