5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
|
|
<Textarea
|
||
|
|
placeholder="Placeholder"
|
||
|
|
slotProps={{ textarea: { ref: textareaRef } }}
|
||
|
|
/>
|
||
|
|
<Button onClick={handleTextareaFocus}>Focus textarea element</Button>
|