upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

Issue: Wrap text with limit of 1200 chars #22 #51

Open fastio19 opened 1 year ago

fastio19 commented 1 year ago

Handle Paste condition:

Description: When user tries to paste content more than 1200 characters than a alert will be shown with a proper message. Also todo item will support multiline feature.