
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@isoftdata/svelte-textarea
Advanced tools
npm i @isoftdata/svelte-textarea
| Name | Type | Description | Default |
|---|---|---|---|
| class | string | The class name(s) to add to the textarea. | undefined |
| hint | string | null | Hint text to be displayed as part of the label | null |
| hintClass | string | The class name(s) to add to the hint text. | undefined |
| hintClickable | boolean | Whether the hint is clickable or not. | false |
| id | string | The unique identifier . | uuid() |
| isLoading | boolean | Whether the component is in a loading state or not. | false |
| label | string | null | The label text for the component. | null |
| labelClass | string | The class name(s) to add to the label element. | undefined |
| labelParentClass | string | The class name(s) to add to the label's parent. | undefined |
| required | boolean | Whether the field is required or not. | false |
| selectOnFocus | boolean | Whether to select the text on focus or not. | false |
| showLabel | boolean | Whether to show the label. | true |
| textEllipsis | boolean | Whether to show ellipsis for overflowing label texr. | false |
| title | string | The title text for the component. | undefined |
| value | string | The value of the component. | None (Required) |
The following events are forwarded:
<div class="row">
<div class="col-3">
<TextArea
label="Two Way"
bind
/>
{value}
</div>
<div class="col-3">
<TextArea
label="One Way / on:change"
value={value2}
on:change={changeHandler}
/>
{value2}
</div>
</div>
FAQs
Unknown package
The npm package @isoftdata/svelte-textarea receives a total of 13 weekly downloads. As such, @isoftdata/svelte-textarea popularity was classified as not popular.
We found that @isoftdata/svelte-textarea demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.