Skip to content
#

customization

Here are 811 public repositories matching this topic...

gsantner
gsantner commented Jan 25, 2021

This is a meta issue for Widget related issues. Users tend to open issues and feature requests over and over again for Widgets without using search. Use this topic to talk about Widget issues, feature requests, crash logs, ... as well implementation and opening pull request.

Currently nobody is working on OpenLauncher Widgets code, so why YOU who reads this message, not steps up? 😉

oruga
mscalessio
mscalessio commented Jul 21, 2021

Hi there,
as mentioned in the title the allowDuplicates check doesn't work when custom createItem function is passed.

https://github.com/oruga-ui/oruga/blob/e1cd63bc4f17657c56ac520b0a7ac54236a87f13/packages/oruga/src/components/inputitems/Inputitems.vue#L364

You should changes this line

const add = !this.allowDuplicates ? this.items.indexOf(itemToAdd) === -1 : true

to

Improve this page

Add a description, image, and links to the customization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the customization topic, visit your repo's landing page and select "manage topics."

Learn more