AndrewPaglusch / FlashPaper

One-time encrypted password/secret sharing
MIT License
377 stars 60 forks source link

add autofocus to textarea #59

Closed Zurd closed 1 year ago

Zurd commented 2 years ago

Just a very small new feature: add autofocus in textarea in html/submit_secret.php just like so:

<textarea autofocus class="form-control"...

Would be a good idea to put the latest version of FlashPaper at https://flashpaper.io/

AndrewPaglusch commented 2 years ago

Fantastic idea! I absolutely plan on implementing this after some testing.