
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
vue-itextarea
Advanced tools
Use tab to indent in textareas (tab got automatically replaced by spaces). Escape to unfocus or move to the next sibling.
An intuitive package that enhances textareas by allowing the use of the Tab key for indentation, automatically replacing tabs with spaces. It also supports the use of the Escape key to either unfocus the textarea or move to the next sibling element. Simple and efficient for improving user text input experience.

NPM
npm i vue-itextarea
CDN
<script src="https://www.unpkg.com/vue-itextarea/dist/vue-itextarea.min.js"></script>
import vue_itextarea from 'vue-itextarea';
Vue.component('vue-itextarea', vue_itextarea);
<vue-itextarea v-model="demo"
class="demo"
placeholder="Press the Tab key"
></vue-itextarea>
| Name | Type | Default | Description |
|---|---|---|---|
| value | value for v-model | ||
| TAB_SIZE | Number | 4 | Number of spaces tab got automatically replaced by |
| Name | Description |
|---|---|
| input | Input event for v-model |
The MIT License (MIT). Please see License File for more information.
FAQs
Use tab to indent in textareas (tab got automatically replaced by spaces). Escape to unfocus or move to the next sibling.
The npm package vue-itextarea receives a total of 21 weekly downloads. As such, vue-itextarea popularity was classified as not popular.
We found that vue-itextarea demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.