Hide items from Autocomplete once selected
yarnball opened this issue · 5 comments
yarnball commented
Hi,
When I add an "tag" item from the autocomplete, it does not get removed from the autocomplete list.
This means it allows duplicates of the same tag to be created.
Is this a bug? Or is there a way to improve this?
thienanle commented
Yes, it would be great if this could be an option passed in as a prop.
ehartford commented
+1
erizocosmico commented
I can add a allowDuplicates
prop to enable/disable this. Since it would be a breaking change, it would be true
by default. Or maybe I will release a new major update. Sorry for not replying for a long time, completely forgot about this.
yarnball commented
All good- has your most recent update achieved this?
erizocosmico commented
Nope, has not been done yet.