mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
776639495f
commit
f9183d343b
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
class:bx--text-area--light="{light}"
|
class:bx--text-area--light="{light}"
|
||||||
class:bx--text-area--invalid="{invalid}"
|
class:bx--text-area--invalid="{invalid}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
|
readonly="{$$restProps.readonly === true ? true : undefined}"
|
||||||
on:change
|
on:change
|
||||||
on:input
|
on:input
|
||||||
on:input="{({ target }) => {
|
on:input="{({ target }) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue