You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kgdxpr e69712b1d2
'commit'
12 months ago
..
README.en-US.md 'commit' 12 months ago
README.md 'commit' 12 months ago
cascader.d.ts 'commit' 12 months ago
cascader.js 'commit' 12 months ago
cascader.json 'commit' 12 months ago
cascader.wxml 'commit' 12 months ago
cascader.wxss 'commit' 12 months ago
props.d.ts 'commit' 12 months ago
props.js 'commit' 12 months ago
type.d.ts 'commit' 12 months ago
type.js 'commit' 12 months ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: BASE_DOC ::

API

Cascader Props

name type default description required
close-btn Boolean / Slot true - N
keys Object - TypescriptKeysType N
options Array [] TypescriptArray<CascaderOption> N
sub-titles Array [] TypescriptArray<string> N
theme String step optionsstep/tab N
title String / Slot - - N
value String / Number null - N
default-value String / Number undefined uncontrolled property N
visible Boolean false - N

Cascader Events

name params description
change (value: string | number, selectedOptions: string[]) 1.0.1
close (trigger: TriggerSource) 1.0.1see more ts definition
type TriggerSource = 'overlay' | 'close-btn' | 'finish'
pick (value: string | number, index: number) 1.0.1