Skip to content

Commit b662294

Browse files
author
sunxiaoyu
committed
cascader add disabled attribute
1 parent a0ea1e2 commit b662294

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "santd",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "san UI design",
55
"scripts": {
66
"start": "cross-env NODE_ENV=development node scripts/preview.js",

src/cascader/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ export default san.defineComponent({
273273
popupPlacement="{{popupPlacement}}"
274274
options="{{inputValue ? filteredOptions : options}}"
275275
value="{{value}}"
276+
disabled="{{disabled}}"
276277
visible="{{popupVisible}}"
277278
on-visibleChange="handlePopupVisibleChange"
278279
on-change="handleChange"

0 commit comments

Comments
 (0)