placeholder

master
Ninja3047 2022-07-27 12:22:55 -04:00
parent 3c9c46da18
commit 3ab01300b2
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ const PasteForm = () => {
<pre className='paste'>
<form className='hljs centered' onSubmit={handleSubmit}>
<textarea
placeholder="Sample text"
value={value}
onChange={(e) => setValue(e.target.value)}
/>