diff --git a/packages/ui/src/components/TextArea.svelte b/packages/ui/src/components/TextArea.svelte index 27ca21949d..ce32d94141 100644 --- a/packages/ui/src/components/TextArea.svelte +++ b/packages/ui/src/components/TextArea.svelte @@ -26,6 +26,7 @@ export let placeholder: IntlString = plugin.string.EditBoxPlaceholder export let placeholderParam: any | undefined = undefined export let noFocusBorder: boolean = false + export let disabled: boolean = false let input: HTMLTextAreaElement let phTraslate: string = '' @@ -47,7 +48,7 @@
{#if label}
{/if} -