Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: cleanup removed prop small-chips #20706

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/api-generator/src/locale/en/VFileInput.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"hideInput": "Display the icon only without the input (file names).",
"multiple": "Adds the **multiple** attribute to the input, allowing multiple file selections.",
"showSize": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**).",
"smallChips": "Changes display of selections to chips with the **small** property.",
"truncateLength": "The length of a filename before it is truncated with ellipsis.",
"value": "A single or array of [File objects](https://developer.mozilla.org/en-US/docs/Web/API/File)."
},
Expand Down
1 change: 0 additions & 1 deletion packages/api-generator/src/locale/en/VSelect.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"overflow": "Creates an overflow button - [spec](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).",
"searchInput": "Use the **.sync** modifier to catch user input from the search input.",
"segmented": "Creates a segmented button - [spec](https://material.io/guidelines/components/buttons.html#buttons-dropdown-buttons).",
"smallChips": "Changes display of selections to chips with the **small** property.",
"tags": "Tagging functionality, allows the user to create new values not available from the **items** prop."
},
"events": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/examples/v-combobox/slot-no-data.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
:items="items"
hint="Maximum of 5 tags"
label="Add some tags"
chips
hide-selected
multiple
persistent-hint
small-chips
>
<template v-slot:no-data>
<v-list-item>
Expand Down
1 change: 0 additions & 1 deletion packages/docs/src/examples/v-date-picker/prop-multiple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
chips
multiple
readonly
small-chips
v-bind="attrs"
v-on="on"
></v-combobox>
Expand Down
5 changes: 0 additions & 5 deletions packages/docs/src/examples/v-file-input/prop-chips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
chips
multiple
></v-file-input>
<v-file-input
label="File input w/ small chips"
multiple
small-chips
></v-file-input>
</div>
</template>
2 changes: 0 additions & 2 deletions packages/vuetify/playgrounds/Playground.items.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
outlined
dense
chips
small-chips
label="Outlined"
multiple
></v-autocomplete>
Expand All @@ -71,7 +70,6 @@
outlined
dense
chips
small-chips
label="Outlined"
multiple
return-object
Expand Down