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'>
|
<pre className='paste'>
|
||||||
<form className='hljs centered' onSubmit={handleSubmit}>
|
<form className='hljs centered' onSubmit={handleSubmit}>
|
||||||
<textarea
|
<textarea
|
||||||
|
placeholder="Sample text"
|
||||||
value={value}
|
value={value}
|
||||||
onChange={(e) => setValue(e.target.value)}
|
onChange={(e) => setValue(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue