New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vcomponents-searchbox

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vcomponents-searchbox

> searchbox that can be single and multiple select.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

searchbox that can be single and multiple select.

Installation

# import
import VSearchbox from 'vcomponents-searchbox';

Usage

<v-searchbox
    :disabled="true"
    :suggestions="suggestions"
    :isCheck="true"
    :selected="selected"
    :addBtn="true"
    @select="select"
/>

Changelog

1.0.0

主要功能

[+] 可进行模糊搜索 [+] 可进行单项选择 [+] 可进行多项选择 [+] 增加禁用状态

1.0.1

主要功能

[+] 增加检索列表的触发类型

bug修复

[^] 修改多个searchbox同时存在时,下拉列表的定位出现偏差问题 [^] 修改safari浏览器下输入框光标的兼容性问题

1.0.2

主要功能

[+] 增加less依赖

Keywords

searchbox

FAQs

Package last updated on 14 Mar 2019

Did you know?

Socket

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.

Install

Related posts