
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@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 |
| textarea | HTMLTextAreaElement | The textarea element. Useful if you want to call focus() or another function. | N/A |
| 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 27 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.

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.

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.