diff --git a/CHANGELOG.md b/CHANGELOG.md index 372ff5eb5..c37bb6957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - ([#269](https://github.com/demos-europe/demosplan-ui/pull/269)) DpIcon: new selector `landscape`, `portrait`, or `square`, based on icon proportions ([@spiess-demos](https://github.com/spiess-demos)) - ([#270](https://github.com/demos-europe/demosplan-ui/pull/270)) DpIcon: new icons (ai, copy) ([@spiess-demos](https://github.com/spiess-demos)) +### Fixed +- ([#290](https://github.com/demos-europe/demosplan-ui/pull/290)) Add missing props to DpMultiselect ([@gruenbergerdemos](https://github.com/gruenbergerdemos)) + ## v0.1.3 - 2032-05-31 ### Removed diff --git a/src/components/DpMultiselect/DpMultiselect.vue b/src/components/DpMultiselect/DpMultiselect.vue index 1b61807ff..968271e66 100644 --- a/src/components/DpMultiselect/DpMultiselect.vue +++ b/src/components/DpMultiselect/DpMultiselect.vue @@ -1,20 +1,32 @@