🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@beysong/wxc-select

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

@beysong/wxc-select

select - 小程序组件

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

wxc-select

select - 小程序组件

Install

$ min install @minui/wxc-select

API

Select

名称描述
items[说明]:select 选项数据。
[类型]:Array
[默认值]:[]
checked[说明]:选中数据的 value 值。
[类型]:String
[默认值]:""
color[说明]:选中时 radio 的颜色。
[类型]:String
[默认值]:#ff5777
bind:change[说明]:选中项发生变化时触发 change 事件,event.detail = {value: 选中项radio的value}

items 数据格式

名称描述
value[说明]:选项的值。
title[说明]:选项标题。
desc[说明]:选项描述。可选。

ChangeLog

v1.0.0(2018-4-12)

  • 初始版本

FAQs

Package last updated on 21 Sep 2018

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