Skip to content

Commit

Permalink
Merge pull request #4281 from nextcloud/chore/remore-nc-multiselect
Browse files Browse the repository at this point in the history
Remove deprecated `NcMultiselect` and `NcMultiselectTags` components
  • Loading branch information
susnux committed Jun 27, 2023
2 parents 1dcaadf + 6e574de commit a7131ea
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,402 deletions.
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -80,7 +80,6 @@
"vue": "^2.7.14",
"vue-color": "^2.8.1",
"vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
"vue2-datepicker": "^3.11.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/NcActionInput/NcActionInput.vue
Expand Up @@ -23,8 +23,8 @@

<docs>
This component is made to be used inside of the [NcActions](#NcActions) component slots.
All undocumented attributes will be bound to the input, the datepicker or the multiselect component, e.g. `maxlength`, `not-before`.
For the multiselect component, all events will be passed through. Please see the multiselect component's documentation for more details and examples.
All undocumented attributes will be bound to the input, the datepicker or the select component, e.g. `maxlength`, `not-before`.
For the `NcSelect` component, all events will be passed through. Please see the `NcSelect` component's documentation for more details and examples.
```vue
<template>
<NcActions>
Expand Down
2 changes: 1 addition & 1 deletion src/components/NcListItemIcon/NcListItemIcon.vue
Expand Up @@ -249,7 +249,7 @@ export default {
/**
* Disable the margins of this component.
* Useful for integration in Multiselect for example
* Useful for integration in `NcSelect` for example
*/
noMargin: {
type: Boolean,
Expand Down

0 comments on commit a7131ea

Please sign in to comment.