garimasingh128 / ToDoista

A ToDo app :orange_book: made using MERN. Keep a track of your activities on a single click. :thought_balloon: :computer:
https://vigorous-kalam-504459.netlify.app
21 stars 39 forks source link

Replaced select tag with datalist for username input #77

Open skanda1395 opened 2 years ago

skanda1395 commented 2 years ago

Previously, with select tag, user has to go through the whole list and select their username. Since it's not a very pleasant user experience, I've replaced it with <datalist> tag. With this, user can type and filter their name from the list.

Also, I've added a validation that checks when the user enters a name that's not in the list.