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

Remove deprecated NcMultiselect and NcMultiselectTags components #4281

Merged
merged 1 commit into from Jun 27, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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