We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ea1e2 commit b662294Copy full SHA for b662294
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "santd",
3
- "version": "0.3.7",
+ "version": "0.3.8",
4
"description": "san UI design",
5
"scripts": {
6
"start": "cross-env NODE_ENV=development node scripts/preview.js",
src/cascader/index.js
@@ -273,6 +273,7 @@ export default san.defineComponent({
273
popupPlacement="{{popupPlacement}}"
274
options="{{inputValue ? filteredOptions : options}}"
275
value="{{value}}"
276
+ disabled="{{disabled}}"
277
visible="{{popupVisible}}"
278
on-visibleChange="handlePopupVisibleChange"
279
on-change="handleChange"
0 commit comments