vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.1k stars 3.78k forks source link

Cascader add `show-all-levels` option #5184

Closed 1sm23 closed 2 years ago

1sm23 commented 2 years ago

What problem does this feature solve?

Display full labels or just last selected option's label

What does the proposed API look like?

props:{
  showAllLevels: {
    type: Boolean,
    default: true
  }
}

Element-plus-cascader

1sm23 commented 2 years ago

displayRender solved my problem.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.