placeholder
This commit is contained in:
parent
3c9c46da18
commit
3ab01300b2
1 changed files with 1 additions and 0 deletions
|
@ -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)}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue