feat: Add auto-resizing textarea to KeyValuePairs component
This commit is contained in:
parent
1f9f9e295b
commit
c09e429306
|
|
@ -80,6 +80,7 @@
|
|||
/>
|
||||
|
||||
<textarea
|
||||
use:autoResizeTextarea
|
||||
placeholder={valuePlaceholder}
|
||||
value={pair.value}
|
||||
oninput={(e) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue