Closed Akrion closed 3 years ago
Warnings | |
---|---|
:warning: | The README has not been updated. Please update the README. |
Messages | |
---|---|
:book: | Could not find any browser results. |
Generated by :no_entry_sign: dangerJS against d1382bd42f22d4bfd6f5a4aaffbfda48f30d6085
I think we also need to modify the expandable tags input
I also updated that as well as refactored the common fns.
The issue identified by @daedalus28 recently is that we call the
tree.mutate
on every single tag when someone does copy/paste of 100K tags. We limit to only 100 now ... but we still calltree.mutate
100 times.splitCommas
not being properly passed down fromTagsQuery
toTagsInput
addTags
method which adds arrayutils
so that the ExpandableTagsInput also uses it