New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@ellevue/autocomplety

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ellevue/autocomplety

v-autocomplete with "other" option

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

v-autocomplete with "other" option

Este paquete permite usar el componente v-autocomplete de vuetify con la opción "other".

Requerimientos

  • vuetify

Instalación

npm install @ellevue/autocomplety

Uso

import VAutocompleteExtended from '@ellevue/autocomplety';
Vue.component('v-autocomplete-extended', VAutocompleteExtended);
<v-autocomplete-extended other="Otro número" :rules="[$rules.required]" label="Números" v-model='["uno", "dos", "tres"]'></v-autocomplete-extended>

Keywords

v-autocomplete

FAQs

Package last updated on 05 May 2026

Related posts