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

@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 - 小程序组件

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
12
100%
Maintainers
1
Weekly downloads
 
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 24 Jul 2018

Related posts