
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@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 32 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
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.