Chiranjit34 / NotesApp

A note app where a user can store you note. It has crud operations. A user can create, read, update, or delete their notes.
https://noteapp33.netlify.app/
1 stars 2 forks source link

Update the date and time input based on the live values #8

Closed IrfanSalim closed 10 months ago

IrfanSalim commented 10 months ago

For every note, the user has to update the date and time which seems redundant at times.

If the user wants to skip this step, we can update the input fields to contain the current date and time by default.

image