vuetifyjs/vuetify

[Bug Report][3.8.12] Global configuration - contextual defaults for nested components - (VSelect > VChip > clearable)

クローズ

#21,699 opened on 2025/07/04

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (7,139 件のフォーク)batch import
E: defaultsT: bughelp wanted

Repository metrics

Stars
 (40,995 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Environment

Vuetify Version: 3.8.12 Vue Version: 3.5.13 Browsers: Chrome 137.0.0.0 OS: Windows 10

Steps to reproduce

  1. In the createVuetify config, provide defaults properties (eg. prepend-icon, closable) for a nested component (eg. VChip), in the context of another component (eg. VSelect).
  2. Use overridden component (eg. VSelect) into templates.

Expected Behavior

All defaults properties for nested component should be taken into account. In the provided reproduction link the closable property is not taken into account, whereas the prepend-icon one is.

Actual Behavior

Only a part of defaults properties for nested component are taken into account.

Reproduction Link

https://play.vuetifyjs.com/#...

コントリビューターガイド